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
debug 'stop' not executing
Cannot open user default database SQL Server error 4064
visio and illustrator integration
deleting in batches,using rowcount
Trigger Access AND SQL events at the same time?
DatDiff for bonds
Problem using WITH XMLNAMESPACES with nested queries
Visual Studio 2008 C# XNA - Creating a timer sequence for updated objects
%*PNPB01B.DeviceDesc% Conflict
[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.