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
install xsource in vfp 9.0 sp2
how to avoid window resize programmatically using MFC for the drag event on title bar which occurs in windows 7 ?
ESXi Backup Vmware best way ?
Query to match client with worker and goals
ASP.NET - Database Class
Sql case syntax
Dynamic Web Reference Asp.Net - what about the disco?
Using NOEXPAND hint with a Indexed View while linking table in Access.
OCS will not start - Event ID 20482
Decipher Image Size in RTF coding (HARD ONE!!!)