what is the difference between to_char and to_date
functions?
Answer Posted / m
to_char conversion function will convert given data to character data whereas to_data will convert given character data into date format model.
Also we can say like to_char conversion function use for convert invalid data into valid data.
and to_date conversion function will convert valid data into invalid.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there any restriction on the use of union in embedded sql?
what is union, minus and interact commands? : Sql dba
What is a left join?
What is dcl in sql?
What is percent sign in sql?
Which language is used in sql?
Which is faster truncate or drop?
how to decrement dates by 1 in mysql? : Sql dba
What is parameter substitution in sql?
What is the location of pre_defined_functions.
What are sql procedures?
define sql update statement ? : Sql dba
Is there a way to automate sql execution from the command-line, batch job or shell script?
How insert into statements in sql?
Can we write ddl statements in functions?