Basically you can't - SQL Server has no array type - ANSI SQL 92 does not specify array support. You could simulate an array by passing one or more varchar(255) ...
確定! 回上一頁