没有选定行,说明表中没有记录,你先
insert into customers (col1_name,col2_name2,...) value (val1,val2,...);
commit;
然后:
select * from customers;
试下