- 0
Problema MySQL (SQL Query)
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Stark.sys
Problema intalnita (descriere): Cum pot face sa se insereze prin sql query, valori enum ?!
Ero(area / rile) / warning-(ul / urile): #1136 - Column count doesn't match value count at row 1
Liniile de cod / sursa / script-ul(obligatoriu):
INSERT INTO `factiuni`(`ID`, `Name`, `Leader`, `Members`, `Rank`, `Skin`, `Turfs`, `Deposit`) VALUES (1,'Los Santos Police Departament','N\A',0,'N\A','',0), ('0', 'Money'), ('0', 'Drugs'), ('0', 'Materials');Edited by sRk7INSERT INTO `factiuni`(`ID`, `Name`, `Leader`, `Members`, `Rank`, `Skin`, `Turfs`, `Deposit`) VALUES (2,'Las Venturas Police Departament','N\A',0,'N\A','',0), ('0', 'Money'), ('0', 'Drugs'), ('0', 'Materials');
INSERT INTO `factiuni`(`ID`, `Name`, `Leader`, `Members`, `Rank`, `Skin`, `Turfs`, `Deposit`) VALUES (3,'San Fierro Police Departament','N\A',0,'N\A','',0), ('0', 'Money'), ('0', 'Drugs'), ('0', 'Materials');
Imagini / Video (optional): -- (N\A)
Ati incercat sa rezolvati singur?: Da, dar nu reusesc ...
"Mulţi programatori buni fac programare nu pentru că se aşteaptă să câştige bani sau să fie lăudaţi de public, ci pentru că e amuzant să programezi." - Linus Torvalds
2 answers to this question
Recommended Posts