I have this string that I am sending via a Cursor.execute( ) using
MySQLdb:
insert into table Ping82_eb13__el earn__ihost__co m (`dateTime`,
`values`) values(
"Fri May 12 11:39:02 2006", "1")
Does anyone see anything wrong with this SQL syntax?
Thanks,
Harlin Seritt
MySQLdb:
insert into table Ping82_eb13__el earn__ihost__co m (`dateTime`,
`values`) values(
"Fri May 12 11:39:02 2006", "1")
Does anyone see anything wrong with this SQL syntax?
Thanks,
Harlin Seritt
Comment