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
Populate a listbox with files from a directory
My Datasource is xml so how can Crystal Reports help me?
Access control inside nested gridview
How do I stop the wizard that prompts to setup IE8 for every user on a win3k Terminal server
Formula for changing positive to negative
Server 2003 Audit Policy
Pivot table: Add Chart Title - Dynamic by Filter
How do I compare values excluding spaces in MS Access SQL - Part 2
Temporary Table in SQL Server 2008
Is it possible (and practical) to move/import an existing blog into SharePoint?