1.往数据库里面插另一个表里的一个数据(其他值固定)
insert into 表名('值1','值2',select 字段名 from 表名 where 条件)
2.在sysbase 数据库中
update tableName from tableName where 条件
3.distinct 和 order by 的冲突
order by 的优先级别高
1.往数据库里面插另一个表里的一个数据(其他值固定)
insert into 表名('值1','值2',select 字段名 from 表名 where 条件)
2.在sysbase 数据库中
update tableName from tableName where 条件
3.distinct 和 order by 的冲突
order by 的优先级别高