repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Translated using Weblate (Bulgarian)
[phpmyadmin.git]
/
test
/
test_data
/
table_import.sql
blob
6891eb2ea65ac2d0cc2f12f7088e09866b25567a
1
2
--
3
-- Dumping data for table `test_table`
4
--
5
6
INSERT INTO `test_table` (`val`) VALUES
7
(8),
8
(9);
9