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
Running the System Update readiness tool.
I wanted to parse out text in outlook using VBA and save the values in a spread sheet
IRC SSL certificate verification
How to make slide wordpress themes?
fiddling nose habit
Login control design and Programming
Portable Air Conditioner Question.
Data Validation in Excel 2007
FireBird stored procedure
Converting xcel files to html