Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> HELP new to sql min query
I am trying to return the name value from one table where it equals a min
amout in another code below but it always come back no rows selected can
anyone help as i am new to sql
select cname from cust, rental
where cname in (select min(milesin - milesout) from rental;
Received on Mon Feb 22 1999 - 16:18:46 CST
![]() |
![]() |