复制代码 代码如下:
select * from mytable where id in(1,3)
复制代码 代码如下:
select * into # from mytable
truncate table mytable
insert table select distinct * from #
select * from table
drop table #
复制代码 代码如下:
SELECT * INTO films_recent FROM films
新闻热点
疑难解答