Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

string syntax

Status
Not open for further replies.

747576

Programmer
Jun 18, 2002
97
GB
Hi,

I would like to split the values in a string:

if I have a string 'ab+cfr+ddf'

Code:
select 'ab+cfr+ddf'

and I would like a column:
ab
cfr
ddf

or be able to select the 1st code 'ab' or the 2nd 'cfr' or 3rd 'ddf' using sql.

Thank you
 
Search for Split function in FAQ.

Borislav Borissov
VFP9 SP2, SQL Server 2000/2005.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top