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
Can't access shared folders and printers in Win 7 Pro in XP Home
MS Access 2007 -- Using Like with Left Join
Find all records that don't exist n a table
WordPress - Admin - Change Admin Page Titles
System DSN doesn't show in Excel
Accessing an FTP server internally that is on a different subnet.
SMTP Sending on behalf of
Display a form within a Panel. How to hide caption bar?
How to archive IMAP mail in outlook?
Change value for a range of cells with VBA