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 can I remove NTFS writing permission to everyone
How do I change the content of the variable is the variable value is a string plus Numbers?
Proper syntax?
Write Confilcts on Unbound Form using DAO Recordset
Started getting BSODs - nvatabus.sys ?
Getting a First Chance Exception when trying to add a record to access with VB.NET
Problem with Sort in Dataview
Modify outgoing messages in Outlook with a VB add-in
Run a PowerPoint Tutorial Before User Log In
After prg done it seems my Hard Drive is going crazy...