feophant icon indicating copy to clipboard operation
feophant copied to clipboard

Implement where clauses

Open chotchki opened this issue 3 years ago • 2 comments

Will likely need to have to start tracing columns from analyizing through to later stages.

chotchki avatar Aug 21 '21 18:08 chotchki

Okay let's make this a simple test of equality.

select foo from bar where foo = 'foo';

chotchki avatar Oct 11 '21 02:10 chotchki

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.

chotchki avatar Oct 11 '21 18:10 chotchki