查询符合条件的第3条,第四条记录,正确的语句是()
A.selecttop3,4*froma;
B.select*fromawhererownum>=3andrownum<=4;
C.select*fromalimit2,2;
D.select*fromalimit3,2;
正确答案:A
查询符合条件的第3条,第四条记录,正确的语句是()
A.selecttop3,4*froma;
B.select*fromawhererownum>=3andrownum<=4;
C.select*fromalimit2,2;
D.select*fromalimit3,2;
正确答案:A