摘要:
Join是一种常用的关键字,有左连接和右连接还有内连接等,容易混淆,这里详细的讲述各自的用法下面这个例子给出了一个简单的解释 --建表table1,table2:create table table1(id int,name varchar(10))create table table2(id int,score int)insert into table1 select 1,'lee'inser... 阅读全文
posted @ 2010-09-14 15:08
changchang
阅读(1000)
评论(0)
推荐(0)
2010年9月14日