select * from table where a=b and b=c | |
select * from table where a=b and b=c and a=c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
select * from table where a=b and b=c | |
select * from table where a=b and b=c and a=c |