这是我的代码的样子:
CREATE TYPE NameResourceType AS TABLE ( ID int,[Value] Varchar(256) ) GO
我收到以下错误:
Incorrect Syntax near the keyword ‘AS’.