Inner join 是两张表做交连后里面条件相同的部分记录产生一个记录集
union是产生的两个记录集(字段要一样的)并在一起
成为一个新的记录集
Select A
Field
B
field
from Table
A inner join Table
B on a
Field
=b
Field
where
Select Field
from Table
union Select Field
from table
方案二
select aidatitlentent from 表格 as a表格 as b where aid=bid order by aid
rs(id)
rs(title)
rs(content)
另
新建一个表xxx
sql=insert into xxx select PidPtitlentent from picture P inner join miaoshu M on Pid=Mid
connexecute sql