On Mon, Dec 9, 2013 at 12:41 AM, Jai <[email protected]> wrote:
>
> sql = """insert into `category` (url, catagory,price) VAlUES
> ('%s', '%s', '%s')"""%(link1,x,y)
>
Is that VALUES or VAlUES or VAIUES? It probably should be VALUES.
-- https://mail.python.org/mailman/listinfo/python-list
