phpmyadmin/tests/test_data/table_import.sql
Maurício Meneghini Fauth 1d1c55e250
Move test directory to tests
- Related to #18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-30 10:47:42 -03:00

10 lines
98 B
SQL

--
-- Dumping data for table `test_table`
--
INSERT INTO `test_table` (`val`) VALUES
(8),
(9);