[PIPython] Sintassi MySQLdb

Luca Marrocco buildup
Ven 19 Nov 2004 15:16:49 CET


On Mon, 30 Aug 2004 09:29:16 +0200
Gianluca Colombo <alderaan a gianlucacolombo.net> wrote:

> Ciao a tutti, è giusta la sintassi di questa query?
> 
> home,i sono due variabili. 
> 
> cursore.execute("SELECT oggetto FROM oggetti WHERE (houseCode, numero)
> VALUES (%s,%d)", (home,i))

  no.

cursore.execute("select oggetto from oggetti where houseCode = '%s' and numbero = %d", (home, i))


> Grazie
> 
> Gianluca
> 
> 
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.zope.it/cgi-bin/mailman/listinfo/python



More information about the Python mailing list