The actual data type assigned to each column of the result is determined using ... SELECT 1 AS column1, 'one' AS column2 UNION ALL SELECT 2, 'two' UNION ALL ...
確定! 回上一頁