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
Disable 'create profile' enquiry in Windows 7
the certificate is invalid for exchange server usage
How to discover the IP address of a wireless access point without looking at the DHCP client list
.NET MySQL question
TextBox and Validation Rule
Runtime error 2424 strikes in error
Export Access to Word template
Multiple Netmeetings
Failover Policy for MSCS 2008 + SQL Server 2008
Creating SQL Database during .NET setup