Microsoft
Software
Hardware
Network
Question : Trim first five characters from string
I have a course code field where the first 4 characters are the description followed by a space then a number, like SEMR 200. How would I trim off these first five from the column crs_cde?
Answer : Trim first five characters from string
if it is in SQL server, other database should be similar
select substring(crs_cde,6, len(cde)-5)
starts from 6th character with size total string minus 5
Random Solutions
A tiff file that works well with XP but not windows 7 "paint". Can some one give me some ideas?
Can I capture mic data?
JQuery accordion with TinyMce
Forefront TMG Malware and NIS inspection updates aren't working.
Opening an Access form with allowadditions property set to false and no records found
How can I sync up two web servers using Windows Server 2008 or thus Windows Server 2008 has this function?
Default parameter to max date
SharePoint 3.0 Central Administration not loading
Grab last two lab results
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?