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 servlet to handle and ajax get request?
ID File Creation in Lotus notes
Disabling software restriction policy
Having a webservice use a Session variable that is set in the project before the webservice is called.
RHEL How to set the IP addy in KNOME or command line
"File Helper" reporting - Your system may have upopenable files - Why?
mysql stored proc parameter
OMA and OWA
How would I edit the code for additional levels from: How can I prep text files for import into Excel that are in subheading formats?
Will an AGP Video Card work in a PCI Express Slot?