Czy możliwe jest następujące zapytanie za pomocą esqueleto? DELETE Table1
FROM Table1
INNER JOIN Table2 ON Table1.ID = Table2.ItemID
Próbowałem: delete $
from $ \(table1 `InnerJoin` table2) -
Próbuję dowiedzieć się, jak napisać następującą kwerendę za pomocą Esqueleto SELECT COUNT("person"."id")
FROM "person"
WHERE (("person"."admin" = 't' OR "person"."vip" = 't') // 't' as in True