select createDate from student where userName='赵六';
select * from student
where createDate>(
select createDate from student where userName='赵六'
);

select createDate from student where userName='赵六';
select * from student
where createDate>(
select createDate from student where userName='赵六'
);

3060

被折叠的 条评论
为什么被折叠?