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 found sql?
What is a primary key example?
how mysql optimizes distinct? : Sql dba
What are the disadvantages of not performing database normalization?
Why join is faster than subquery?
what are set operators in sql? : Sql dba
How to test for null values?
What is a recursive stored procedure?
How show all rows in sql?
What is field delimiter?
How many sql commands are there?
What is the purpose of my sql?
What is pls_integer in pl sql?
Is oracle sql free?
How to run sql*plus commands in sql developer?