select max(列名) from 表名要在选定的位置插入,可以这样insert into 表名(列名) values('ABCDE')这样插入的就是你指定的列名,不知道是不是你要的!
select from 表名 top 1 where 列名='' order by descinsert into 表名 values('','','','','') where 条件
select max (column_name) from table_name;