Help for this page

Select Code to Download


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