Re: [sqlite] Statements that return a result set?

2009-07-30 Thread Dan Kennedy
On Jul 30, 2009, at 5:12 PM, Robert Villanoa wrote: > Hi folk, > > I am new to SQLite, and I have a question: In SQLite, is there a > statement apart from SELECT statement that can return a result set? > Or the SELECT statement is the only statement that can return a > result set? As

Re: [sqlite] Statements that return a result set?

2009-07-30 Thread Simon Slavin
On 30 Jul 2009, at 11:12am, Robert Villanoa wrote: > I am new to SQLite, and I have a question: In SQLite, is there a > statement apart from SELECT statement that can return a result set? > Or the SELECT statement is the only statement that can return a > result set PRAGMA will, but only

Re: [sqlite] Statements that return a result set?

2009-07-30 Thread Igor Tandetnik
Robert Villanoa wrote: > I am new to SQLite, and I have a question: In SQLite, is there a > statement apart from SELECT statement that can return a result set? PRAGMA, EXPLAIN Igor Tandetnik ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Statements that return a result set?

2009-07-30 Thread P Kishor
On Thu, Jul 30, 2009 at 5:12 AM, Robert Villanoa wrote: > Hi folk, > > I am new to SQLite, and I have a question: In SQLite, is there a statement > apart from SELECT statement that can return a result set? Or the SELECT > statement is the only statement that can return

[sqlite] Statements that return a result set?

2009-07-30 Thread Robert Villanoa
Hi folk, I am new to SQLite, and I have a question: In SQLite, is there a statement apart from SELECT statement that can return a result set? Or the SELECT statement is the only statement that can return a result set? Thank you for reading my question! Robert.