10 lines
98 B
SQL
10 lines
98 B
SQL
|
|
--
|
|
-- Dumping data for table `test_table`
|
|
--
|
|
|
|
INSERT INTO `test_table` (`val`) VALUES
|
|
(8),
|
|
(9);
|
|
|