directory ordering

This commit is contained in:
anon
2024-02-12 21:07:48 +01:00
parent 4a540661e2
commit 1c687aba0c
34 changed files with 37 additions and 38 deletions

4
test/tst-insert.sql Normal file
View File

@ -0,0 +1,4 @@
insert into testtab values
("John Smith", 22),
("Jane Doe", 55),
("Billy Bob Butler", 18);