in reply to Re: Re: DBD::SQLite
in thread Error querying DBD::SQLite
From the MySQL Manual - 14.1.7 SELECT Syntax:
From MySQL 4.1.0 on, you are allowed to specify DUAL as a dummy table name in situations where no tables are referenced:
DUAL is purely a compatibility feature. Some other servers require this syntax.mysql> SELECT 1 + 1 FROM DUAL; -> 2
Update: If DBD::SQLite does not support this yet, the author might want to consider adding support soon.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: DBD::SQLite
by castaway (Parson) on Apr 13, 2004 at 08:35 UTC | |
|
Re: Re: Re: Re: DBD::SQLite
by liz (Monsignor) on Apr 13, 2004 at 07:53 UTC | |
|
Re: Re: Re: Re: DBD::SQLite
by davido (Cardinal) on Apr 13, 2004 at 05:08 UTC |