Subject | [ib-support] SELECT to retrieve Constants... |
---|---|
Author | Gustavo D. B. |
Post date | 2003-05-17T19:05:50Z |
Hi...
It's possible in FB 1.5 to do somethig like this?...
SELECT 1 as ONE
(IN MySQL, MsSQL this code returns 1 in a column named ONE)...
But, in FB this raises an error because, the FROM clause is required for
SELECTs... So, How can I produce the similar effect in FB?...
TIA.... Gustavo.
It's possible in FB 1.5 to do somethig like this?...
SELECT 1 as ONE
(IN MySQL, MsSQL this code returns 1 in a column named ONE)...
But, in FB this raises an error because, the FROM clause is required for
SELECTs... So, How can I produce the similar effect in FB?...
TIA.... Gustavo.