sqlserver中的left,right,top改在oracle上怎么写???
例如sqlserver的
select top 1 name from table
select left(id,2) from table
select right(id,2) from table