On Thursday 27 November 2008 10:18:01 am Ramar K wrote: > select referal_name from customers where cust_name=(select referal_name > from customers where cust_name=(select referal_name from customers where > cust_name='kumar')); > > I am using this query to display ram and raj . Is it correct way . please > correct me any thing wrong . can i get any URL related to this.
i am not doing your project for you - try it out and see if it works, or check subselect syntax in the postgresql manual. (If you pay me 1,00,000 in advance, I will write your project for you) -- regards KG http://lawgon.livejournal.com _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
