oracle常用语句,以备忘!
select t.*,rowid from table_name t; 编辑表内容
select * from table_name where rownum <= 3; 只显示前三行内容