Initial commit

This commit is contained in:
2024-06-13 11:14:04 +02:00
commit 9d96d9e7c3
15 changed files with 987 additions and 0 deletions

4
querry.note Normal file
View File

@@ -0,0 +1,4 @@
ATTACH Cantons.db AS Cantons
ATTACH 2.db AS db2
SELECT * FROM Jobs.jobs as b WHERE EXISTS (SELECT GDENAME FROM Cantons.cantons as w where w.GDEKT = 'ZH' AND b.location LIKE GDENAME);