📜  如何从sql代码示例中的表中获取备用记录

📅  最后修改于: 2022-03-11 15:05:09.199000             🧑  作者: Mango

代码示例1
Select studentId from
(Select rowno, studentId from student) where mod(rowno,2)=1