You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected := `SELECT name, age FROM users WHERE age = '30' AND name != 'Alice' AND name IN ('Bob', 'Charlie') AND name NOT IN ('David', 'Eve') AND birthdate < '2000-01-01 00:00:00 +0000 UTC' AND birthdate > '1970-01-01 00:00:00 +0000 UTC' ORDER BY name asc, age desc OFFSET 10 LIMIT 20`