How can u convert the Date to String?
Answer Posted / anil singh
iN PL/SQL WE USE TO_CHAR FUNCTION
SELECT TO_CHAR(SYSDATE,'MI','HH:MM:SS' FROM TABLE NAME
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to disable triggers using "disable trigger"?
Comment,Datatypes are unlimited
What is resultset concur_updatable?
What is a non-clustered index?
What is db stored procedure?
Difference between connected and disconnected database in .net with sql server?
What is the purpose of linked server configuration in sql server?
How many types of the database links?
What is the difference between update lock and exclusive lock?
Explain how many types of relationship?
How to get a list of all tables with "sys.tables" view in ms sql server?
How can we migrate from SQL server to SQL Azure?
What are the methods used to protect against sql injection attack?
How to use order by with union operators in ms sql server?
Does union all remove duplicates?