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
Having issues converting Physical ISA server to Virtual Server
Mac UNC directory for scanning
Help with mysql delete duplicates query
Need assistance with creating a webpage with reconfirmation logic
Ho Do you Create a timeline Planner/diary in vb.net
Server Security
Capturing handwriting
Apache authentication using the GET method. Is it possible?
Which Controller for 4 HD, RAID 1 mirrored drives?
Inline attachments with Lotus Notes