SQL Server offers a confirming variant: values is allowed in the from clause, if the from clause assigns column names: SELECT * FROM (VALUES (1,2) , (3,4) ) ...
確定! 回上一頁