Microsoft
Software
Hardware
Network
Question : Please help with Conversion function in sql
Hello everyone
I need to convert date with format mm/dd/yyyy to numeric nnnn format
char to varchar
in oracle sql query
Please help
Answer : Please help with Conversion function in sql
sorry, you should use
select to_number(to_char(dob, 'fmYYYY')) from dual --> will give you number 2003
select to_char(dob, 'fmYYYY') from dual --> will give you char '2003'
Random Solutions
Add a grouping to a report between page header and first grouping
How do I replace RunCommand acCmdImport in Access 2007?
How to improve the performance of conditional formatting
T-SQL merge two XML documents
Set Status with Multiple Conditions
Setup was unable to format the partition while using RIS
Excel Count w/ Multiple Criteria on another Sheet
WCF Certificates
Visual Studios BindingSource problem
the vfp odbc ole db provider give me an error when i run in windows seven