Skip to content
Advertisement

Tag: postgresql

SQL Query doesn’t run as intended(between)

I have the following query(in postgresql), select distinct “bookings”.”memberId” from “shifts” inner join “bookings” on “bookings”.”shiftId” = “shifts”.”id” where “shifts”.”startTime” not …

Advertisement