How to convert characters to dates in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
how to get the index id?
What suggestions do you have to reduce the network traffic?
What is a recycle bin in oracle?
What is blob data type in oracle?
What exactly do quotation marks around the table name do?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
How do we get field details of a table?
Select the Nth lowest value from a table?
What is the database name in oracle?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
What is Trace File ?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me