返回数说广场
2
Examine this statement:
SELECT 1 AS id, ' John' AS name
FROM DUAL
UNION
SELECT 1 , ' John' AS name
FROM DUAL
ORDER BY 1;
What is returned upon execution? B
A
an error
B
1 row
C
0 rows
D
2 rows
1
2 461
分享
评论
热门数说


