how can I put mysql input without ([,])

Ria g.vonrotz at chello.nl
Wed Jul 3 18:15:05 EDT 2002


And how about when I use:
cursor.execute("select column_1, column_2, column_3 from tabel")

then I am not abel to get only text? ('text','text','text')
('text1','text1','text1')
('text2','text2','text2')
('text3','text3','text3')

I need
text text text
text1 text1 text1
ent.

Bennie,
B





More information about the Python-list mailing list