Re: SQL Query shows error in program while it function correctly in psql interface

2009-03-30 Thread bijoy
Hi, I have figured this out. Pls excuse me. thanks a lot Bijoy On Mon, Mar 30, 2009 at 12:41 PM, bijoy wrote: > Hi, > > Following SQL assaignment is not working in Program. > > intable_bookname=SELECT book_name FROM table_book WHERE book_name='name'; > > where as this works perfectly fine wi

SQL Query shows error in program while it function correctly in psql interface

2009-03-30 Thread bijoy
Hi, Following SQL assaignment is not working in Program. intable_bookname=SELECT book_name FROM table_book WHERE book_name='name'; where as this works perfectly fine with psql interface Pls help me on this Thanks a lot in advance Bijoy -- http://mail.python.org/mailman/listinfo/python-list