Initial commit
This commit is contained in:
9
#pma/test/test_data/table_import.sql
Normal file
9
#pma/test/test_data/table_import.sql
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
--
|
||||
-- Dumping data for table `test_table`
|
||||
--
|
||||
|
||||
INSERT INTO `test_table` (`val`) VALUES
|
||||
(8),
|
||||
(9);
|
||||
|
Reference in New Issue
Block a user