你这个问题应该是问条件中的大于怎么用的吧,比如:找出分数(score)大于60的学生的名字select name from student where score > 60;在oracle中,where条件后面可以使用 > , >= , < , <=, =这些符号的。
select * from emp where ID>='1111'
不是很明白
请详细说明问题
说详情。。