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
Executing a test via a BATCH file
MS Access + You entered an expression that has no value
C# 3.0 - Generic Bulk Copy
Win2k flash player install
Cannot update. Database or object is read-only.- Error
Determine which table and columns a field is stored at the backend
Windows Mail on Vista to Outlook 2007 on Windows 7
Advice needed for internet-only machine
Grouping Question
i need a program to send popup messages over my LAN network