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