adspace
How would you convert date into julian date format?
Answer Posted / Priyanka Varshney
To convert a date to Julian date format in PL/SQL, use the 'JULIAN' function:nnDBMS_OUTPUT.PUT_LINE(JULIAN(SYSDATE));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to escape special characters in sql statements? : Sql dba
What is the current version of postgresql?
Do we need to rebuild index after truncate?
what are all the common sql function? : Sql dba
what is dbms? : Sql dba
What is the best sql course?
how to start mysql server? : Sql dba
Is primary key clustered index?
Is inner join faster than left join?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
If a cursor is open, how can we find in a pl/sql block?
what are the advantages of sql ? : Sql dba
define sql insert statement ? : Sql dba
Can we rollback truncate?
how many tables will create when we create table, what are they? : Sql dba