how will be date change into string
Answers were Sorted based on User's Feedback
Answer / sudipta santra
to_char(sysdate,'DD-MON-RRRR HH24:MI:SS')
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajgopal
select to_char(sysdate,'ddsp')||'-'||to_char(sysdate,'mon')||'-'||to_char(sysdate,'yyyysp') from dual
Is This Answer Correct ? | 2 Yes | 0 No |
Is sql a dbms?
wirte a query to filter improper date format follwing table? date 20-apr 22-may-2010 26-jun-2010 feb-2009 i want the output date 22-may-2010 26-jun-2010
What is trigger explain with example?
A table has 150 records. How do you retrieve 100th row to 120th row from that table ?
What do you mean by rowid?
Can you have more than one trigger on a table?
Can we insert data into materialized view?
What is a trigger in sql?
What is a trigger ?
11 Answers Accenture, BirlaSoft,
What is the difference between delete and truncate statement in sql?
What is correlated sub-query?
Mention what problem one might face while writing log information to a data-base table in pl/sql?