Re: [sqlite] Re: How to obtain the integer part of a result

2007-05-07 Thread Rich Shepard
On Mon, 7 May 2007, A.J.Millan wrote: I couldn't find that sentence (CAST) in the SQLite doc, neither in the Owens's book. Is it a SQL standard?, or a built-in SQL function? or a SQLite built-in aggregate funcion? CAST is part of the SQL-92 (and -99) standards. Rich -- Richard B.

RE: [sqlite] Re: How to obtain the integer part of a result

2007-05-07 Thread Griggs, Donald
Hello, A.J. Regarding: I couldn't find that sentence (CAST) in the SQLite doc, neither in the Owens's book. Is it a SQL standard?, or a built-in SQL function? or a SQLite built-in aggregate function? You'll want to see the *syntax* section of the website, under the very useful page on

Re: [sqlite] Re: How to obtain the integer part of a result

2007-05-07 Thread A.J.Millan
-in aggregate funcion? Thanks in advance A.J.Millan ZATOR Systems - Original Message - From: "Igor Tandetnik" <[EMAIL PROTECTED]> To: "SQLite" <sqlite-users@sqlite.org> Sent: Sunday, May 06, 2007 3:32 PM Subject: [sqlite] Re: How to obtain the integer part of