delphi数据库*表2个表 table1 和 表1 表1 中字段 编号 姓名table1 需要联查+ 编号 sql语句怎么写?[解决办
delphi数据库*表
2个表 table1 和 表1
表1 中字段 编号 姓名
table1 需要联查 + 编号
sql语句怎么写?
[解决办法]
select * from table1,表1 where table1.编号 = 表1.编号;
delphi数据库*表
2个表 table1 和 表1
表1 中字段 编号 姓名
table1 需要联查 + 编号
sql语句怎么写?
[解决办法]
select * from table1,表1 where table1.编号 = 表1.编号;