摘要: 1.T_SQL多表查询的中的基本连接 select table1.a,table2.b from table1,table2 where table1.c=table2.c ; /select/注意每列要加上表明from后面要加上表名字 where 后面接连接条件 多表查询中的内部链接 和基本连接... 阅读全文
posted @ 2011-07-17 21:35 programmer小卫 阅读(128) 评论(0) 推荐(0)