1.
T_SQL多表查询的中的基本连接
select table1.a,table2.b from table1,table2 where table1.c=table2.c ; /select/注意每列要加上表明 from后面要加上表名字 where 后面接连接条件 sel
1.
T_SQL多表查询的中的基本连接
select table1.a,table2.b from table1,table2 where table1.c=table2.c ; /select/注意每列要加上表明 from后面要加上表名字 where 后面接连接条件 sel