Viewing 3 posts - 1 through 3 (of 3 total)
Thank you very much Jason , I have tried it and its worked.
June 13, 2006 at 1:09 am
#643292
Thank you very much John
June 6, 2006 at 9:39 pm
#642187
hai dt,
here is the query for your first case,
select s2.name,s2.city
from sales s1,sales s2
where s1.name='Jones'
and s1.city=s2.city
try it..
regards,
Biju.
February 23, 2006 at 11:11 pm
#623117