Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-06-08 : 08:47:41
|
Imad writes "How can I simulate the vb/vbscript Split(expression, delimiter) function in t-sql.
example:
split("12-23-456","-") the output should be an array of three elements 12 23 456
I greatly appreciate your help" |
|
|
|
|
|