how to get the third quarter of employee details from emp?
Answer Posted / eshwer
select * from emp where TO_CHAR(hiredate,'Q')=3;
'Q' Regrives the all the 4 quarters(1,2,3,4) details on
that we retrive the 3 quarter details
Please check it
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is attribute indicator in pl sql?
what is difference between delete and truncate commands? : Sql dba
Does sql between include endpoints?
What is a heap in sql?
Can we rollback after truncate?
What are types of joins?
What is sql*loader and what is it used for? : aql loader
How to Declare Fixed Length String Value In PL SQL
when is the use of update_statistics command? : Sql dba
What are all the common sql functions?
what is the difference between blob and text? : Sql dba
What are all the different types of indexes?
What is the difference between distinct and unique in sql?
What is sql query optimization?
How do I view tables in mysql?