02.10.2013, 05:23
Hello. Is it possible to create multiple rows at once/with one query. The rows have to be with their default vaules, only different IDs ofcourse. Something like
if it even exists.
Код:
INSERT INTO `entrances` (`id`) VALUES between (1) and (1000);
