Home > database >  SQL server string_split function
SQL server string_split function

Time:04-30

Why can't write in the select this function after finished the error can not identify the built-in function name to remove the select can run

CodePudding user response:

Because this is a table value function?

CodePudding user response:

 
SELECT the value FROM string_split (' 123,32,12,543534,3 ', ', ')

  • Related