- or download this
select ... from table where table.day_in_month = to_number(to_char(sys
+date,'dd'))
- or download this
select
to_number(
...
)
from table
where ...
- or download this
select FOO
from table
where CREATED = (select min(FOO) from table where ...)
and ...
- or download this
------------
:Wq
Not an editor command: Wq