On Thu, Mar 28, 2013 at 1:19 PM, Νίκος Γκρ33κ <nikos.gr...@gmail.com> wrote:
> The following works in python 3.2
>
> [code]
>         cur.execute( '''SELECT hits FROM counters WHERE url = ?''') , (page,)
> [/code]

This is an email list and newsgroup. You don't need tags like that.

I don't know what you mean by "works". Check out the operator precedence table:

http://docs.python.org/3.3/reference/expressions.html#operator-precedence

Figure out what the above expression will do, then decide for yourself
whether page is having any effect on it.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to