walkable icon indicating copy to clipboard operation
walkable copied to clipboard

Implement EXISTS

Open myguidingstar opened this issue 6 years ago • 1 comments

[:exists {:some-query-root-or-join [:table/column]}] should expand to EXISTS (SELECT a_column FROM some_table) the problem is the s-expression compiler need emitter from floor-plan to compile so it should be injected to the compiler's env somehow.

myguidingstar avatar Mar 22 '19 07:03 myguidingstar

the problem is EXISTS doesn't live in the same level as COUNT(*) > 0, so the sql query must be built specifically for it

myguidingstar avatar Mar 23 '19 07:03 myguidingstar