combining commands:

kasper37 at caffeinedreams.com kasper37 at caffeinedreams.com
Mon May 28 18:49:24 EDT 2001


is there any way to combine these three commands into 1 line?

c.execute( "SELECT COUNT(*) from CONCENTRIC" )
temp = c.fetchone()
print( temp[0] )



More information about the Python-list mailing list