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
Am I elegible for a free upgrade to Outlook 2010 with this?
Standard server 2008 to SBS premium 2008
asp.net SQL Filestream access is denied
how to find my Symantec pcAnywhere serial number
How to raise 2 GB mailbox limit in Exchange 2007?
How to Configure Link aggregation on Cisco 3560G?
Multicast session fails to open on secondary site server.
Group Policy applied to Terminal Server is stopping Shortcuts placed in Public Desktop from appearing
WIN Network on SBS 2K3 server has disappeared
how to re-assign a class member in c++ (override its value by pointer)