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
Remote pop up when opening outlook
MAPI Session - locate default signature text.
Problem with device installing in WXPe
TransferDatabase oddities (very strange)
Group Policy Not Being Picked Up?
Invalid Printer Exception - when no printers are installed
Find non numeric value
SBS2003 Fax Server receive options
Form Dirty Values Lost on Forms 2.0 Scrollbar Methods :(
Redirect to page based on credentials