多项选择题

下面检索结果一定不是一行的命令是()

A.select distinct*fromo rders;
B.select * from orders limit 1,2;
C.select top 1*from orders;
D.select * from orders limit 1;