SQL dotaz :
Kód:
INSERT INTO `maily` ( mail )
VALUES (
(
'x@azet.sk '
), (
' y@gmail.com '
)
)
MySQL hlási:
#1136 - Column count doesn't match value count at row 1
Ked doplnim vsetky stlpce :
SQL dotaz :
Kód:
INSERT INTO `maily` ( ID, mail, Stat )
VALUES (
(
'', 'x@azet.sk ', 0
), (
'', 'y@gmail.com ', 0
)
)
MySQL hlási:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '
'x@azet.sk ', 0 ), ( '', '
y@gmail.com