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
Postgres allows for tuple comparison, great for pagination. WHERE (name, id) > ("bob", 1)
Does xql have a standard method for creating this kind of statement?