Microsoft
Software
Hardware
Network
Question : MSSQL Substring Character
I have values in a column that look like this...
ClientA_16pks-Can
ClientB_24pks
...
How do I do a query that would return the values so they look like this...
16pks-Can
24pks
...
Answer : MSSQL Substring Character
assuming that "_" is the character to split on:
1:
select substring(yourfield, charindex("_", yourfield") + 1, 300)
Open in New Window
Select All
Random Solutions
Any MPx Codec available?
Multiple checkboxes in a listbox item
I/O error and a lost quark file
Solaris system Planning
usb mass storage device
Exchange Activesync not working.
Access Violation Error using GetTableNames
Reporting Services - Connection String
PHP/MySQL Issue
cannot send mail to yahoo.com from exchange 2003 domain