Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 22, 2015 9:33PM
Likes: 0
Replies: 1
I would like to create a table by SQL query:
CREATE TABLE `export_cellule_mysql`(
`site_id` varchar(127),
`latitude_WGS84` float(127),
`longitude_WGS84` float(127),
`lambet_X` varchar(127)
`dr` varchar(127))
;
I get an error:
Connection OK, but query failed: Can not issue data manipulation statements with executeQuery()