Initial commit
This commit is contained in:
4
querry.note
Normal file
4
querry.note
Normal 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);
|
||||
Reference in New Issue
Block a user