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 stop a loop early with break statements in ms sql server?
What is full outer join in sql server joins?
What is the filtered index?
What is primary key, unique key, and foreign key?
Is the order of columns in the set clause important in ms sql server?
How to create a new schema in a database?
What is a view in sql?
Differentiate between a primary key and a unique key.
what are the different ways to return the rowcount of a table?
What is user-defined function?
what is a self join? Explain it with an example? : Sql server database administration
Explain the types of indexes.
how would you troubleshoot blocking? : Sql server database administration
What are the differences between lost updates and uncommitted dependencies?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.