feophant
feophant copied to clipboard
Implement where clauses
Will likely need to have to start tracing columns from analyizing through to later stages.
Okay let's make this a simple test of equality.
select foo from bar where foo = 'foo';
Doing more research, this is going to require I implement value expressions: https://www.postgresql.org/docs/current/sql-expressions.html
I'll try to keep it simple and let the complexity grow.