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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there an SQL equivilant to VB Split function?

Status
Not open for further replies.

roblasch

Programmer
Dec 30, 2000
168
US
I have a field that has multiple entries seperated by comma's (ex. His, Art, Anth). I am trying to extract every distinct word. The Visual Basic function Split works great for this, but I need to do it in SQL. Is there any way to do this without complicated coding, ie finding the position of each comma and working forward and backwords to extract the words. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top