SQL Server 2016, Invalid object name 'STRING_SPLIT'

后端 未结 3 1454
一个人的身影
一个人的身影 2020-12-15 04:34

In SQL Server 2016 I receive this error with STRING_SPLIT function

SELECT * FROM STRING_SPLIT(\'a,b,c\',\',\')

Error:

<
3条回答
  •  春和景丽
    2020-12-15 04:52

    I was using Split_string, which felt grammatically correct in English, but my old eyes didn't see that it should be STRING_SPLIT ... so, if you're a bit mentally challenged like me, then check you've typed the command the right way! :)

提交回复
热议问题