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
ignore space between names within string
Update and Join gives syntax error (missing operator)
What is the VBA to do this in Access?
Push out Office 2007 configuration settings
decrease update interval/speed of shared mailbox exchange 2003 and entourage
SBS 2003 to SBS 2008 Migration sbsanswerfile.xml
Access 2000 Relink front-end to back-end tables using a path supplied by an .ini file
Populate Text box based on combo box
Email Access Report using PDFCreator and Outlook
Access TreeView, Invalid Key