You may request notification for Bulk Insert into lams_user_organisation. |
1:
Bulk Insert into lams_user_organisation
By: Mike Partridge
|
03/08/11 06:48 PM | |||
I'm trying to link all my users to my groups. I'm trying to use this command within the workbench:
LOAD DATA INFILE 'C:/TEMP/userorganisation.csv' INTO TABLE lams_user_organisation; The csv file contains 3 columns: user_organisation_id, organisation_id and user_id When I try to load the file I get the following error: Error Code: 11366 Incorrect integer value: 'user_organisation_id,organisation_id,user_id' for column 'user_organisation_id' at row 1 I was unsure what to use for the user_organisation_id so I set this to the relevant user_id. Will appreciate any help on this error. I'm a SQL DBA who is only just finding his way around MYSQL. Thanks Posted by Mike Partridge |
|
||||||||||
|
||||||||||
|
Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum