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
How to handle attachment-type fields in Access 2007
Cannot link to SQL Server Express 2008 table from within Access 2007
Using alternative to LIMIT command and using INNER JOIN in MS SQL Query
How do I differentiate font format within the same Text Box in a form using Access 2007?
Trouble inserting date into Access 2003 database from Excel VBA using SQL
Declare variable in Microsoft SQL Server Management Studio
How can I send an email in MS Access 2007 with a report as a .pdf attachment?
CAML Query Syntax?
Explain Regular Expression
DTS export to a generated text filename