【发布时间】:2011-06-09 02:33:19
【问题描述】:
Given 2 tables T1 and T2.
T1 T2
A 1
B 2
C 3
You make a query SELECT * FROM T1, T2.
What is the no: of rows that are fetched from this query?
答案是 9
【问题讨论】:
-
你有这 9 行作为输出?
-
谷歌:sql 隐式“CROSS JOIN”
标签: sql mysql sql-server