[SQL] 子查詢 sub query

select *
from(
select EMPLOYEE_ID,user_id,user_name,score
from table1
where seq = '27' or seq = '28'
) a
where score<>0
order by user_id

沒有留言: