Answer Posted / rajgopal
select to_char(sysdate,'ddsp')||'-'||to_char(sysdate,'mon')||'-'||to_char(sysdate,'yyyysp') from dual
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we insert in sql function?
How do you modify a table in sql?
Can we create a trigger on view?
How subquery works in sql?
Why left join is used in sql?
What is sql and how does it work?
What is an example of translating a date into julian format?
Is sql better than excel?
What is the difference between database trigger and stored procedure?
Explain clause in sql?
what is log shipping? : Sql dba
Which join is like an inner join?
What is pl sql and why it is used for?
Can we rollback after truncate?
what are the join types in tsql? : Transact sql