exists_with_table.sql 85 B

123456789
  1. use plato;
  2. $ex = NOT EXISTS (
  3. SELECT
  4. TRUE
  5. FROM Input
  6. );
  7. SELECT $ex