26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / nazim
select convert(char(12),getdate(),106)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can objects of the same schema reside in different tablespace?
What is meant by raw datatype?
What is meant by joins? List out the types of joins.
What are the different types of database objects?
List out the components of logical database structure of oracle database.
What is tns entry?
What are privileges and grants?
What are the four Oracle system processes that must always be up and running for the database to be useable?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How to define an anonymous procedure with variables?
How to set up autotrace for a user account?
How to create a table index in oracle?
How to get a list of all background sessions in the database?
Explain the use of rows option in imp command.
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance