Subject | Equivalent to Oracle's Select .... from dual |
---|---|
Author | R. S. Patil |
Post date | 2004-06-04T17:53:40Z |
Dear Friends,
In Oracle we used to do
Select <expression>
from Dual
e.g. Select F_dayofmonth('01-apr-2004')||' '||F_Dayofweek('01-apr-2004')
from dual
result will be "01 Mon"
Is there any equivalent to this in Firebird SQL ?
Best Regards
R. S. Patil
In Oracle we used to do
Select <expression>
from Dual
e.g. Select F_dayofmonth('01-apr-2004')||' '||F_Dayofweek('01-apr-2004')
from dual
result will be "01 Mon"
Is there any equivalent to this in Firebird SQL ?
Best Regards
R. S. Patil