15 lines
200 B
SQL
Executable File
15 lines
200 B
SQL
Executable File
/*!40014 SET FOREIGN_KEY_CHECKS=0*/;
|
|
/*!40101 SET NAMES binary*/;
|
|
INSERT INTO `quo``te/table` (`quo``te/col`,`a`) VALUES
|
|
(0,10),
|
|
(1,9),
|
|
(2,8),
|
|
(3,7),
|
|
(4,6),
|
|
(5,5),
|
|
(6,4),
|
|
(7,3),
|
|
(8,2),
|
|
(9,1),
|
|
(10,0);
|