Microsoft
Software
Hardware
Network
Question : Split data from one column into 2 columns
I have a filed called month_year with sample data of 004/2009. I want to make this into two fields called month and year with data being 004 and 2009 respectively. The data format is consistent throughout.
Answer : Split data from one column into 2 columns
update yourtable
set [month]=substring(month_ye
ar,1,3) ,[year]=substr(month_year,
5,4)
where month_year like '___/____'
Random Solutions
Build and run of Actuate reports
Converting RTF to PDF on the fly.
AJAX load HTML into DIV
Command to attach the database sql database file MS SQL 2000 desktop edition
How to uninstall and clean up the Huawei HSDPA USB modem driver?
How do i verify an age element using javascript?
Can you explain this syntax please?
multiple users having outlook and phones checking one IMAP mailbox, is it a problem?
PHP QUESTION - OSCOMMERCE - How to remove short description underneath products in Oscommerce 2.2
Need to uninstall winzip using group policy