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
OCS 2007 R2 - Failure [0xC3FC200D] One or more errors were detected
checking what is TRANSACTION ISOLATION LEVEL right now
DATA TO EXCEL
upgrading and moving a sql server express 2005 database to a sql server standard
how can i pay electricity bill online using hdfc netbanking ??
Send two files in email as attachment in unix shell scripting using ksh
how to capture out parameter from storedProcedure in java
Is it possible to encrypt an email message using PHP?
Multilingual Issue in dotnet
Apache webserver Linux and Gzip