query中的sql语句是这样写的
select ho_device.*,license.* from ho_device,license where ho_device.dev_code = license.dev_code order by ho_device.dev_code就是说query是从两个表中取的数据,能用query.Append增加记录吗?如果不能怎么解决增加记录的问题?我不想用sql的insert语句,那样太繁琐