SQL String split with Delimiter - TechRepublic
Question
May 18, 2012 at 11:02 AM
evga

SQL String split with Delimiter

by evga . Updated 14 years, 1 month ago

I am a Noob at SQL and am trying to Split some data to process for a stored procedure.

The input (Parameter) from the user is
1548173$06/08/2012

I need it into two fields -one row separating by the $ for insert into table

any help is appreciated

This discussion is locked

All Comments