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
Replace string in Hyperlink Address
Visual Studio 2010 ASP.NET 4.0 not registered error
how do i set up remote access
PayPal with CreditCard
Cant install fonts on a Mac
htaccess rewrite
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
Somebody knows about this error: delphi Internal Error BC2241 ?
I am new to webservices, please help.
Saving Hosts File on iMac OSx