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
Locking a Table?
Change your displayed email address in hotmail
Autopopulate 2 fields on the same form from same table
MoveWindow causes Flicker
Outlook express gone corrupt "there was an error opening this message"
see all info for table in sql server
Dcount function
why has outlook 2007 stopped working properly?
SCCM deploying package message
How do I move Windows to another drive or partition the one it is on is down to 5 Meg of free space.