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
MS Excel, MS Office
Can't login after changing from domain to workgroup
OCS 2007 Issue
Delete subjob record when delete main table record
CFileDialog extending? - How to add button & onclick handler
Error when updating from MS Money 2000 to MS Money 2008
Update field following DISTINCT query
On click button font color change in MS access
Unable to Sync Outlook Calander Appointments that originat in Google Calander.
how to use rc2 file?