equi_join_by_expr.sql 156 B

123
  1. PRAGMA DisableSimpleColumns;
  2. /* postgres can not */
  3. SELECT * FROM plato.Input2 as A JOIN plato.Input3 as B ON CAST(A.key AS INT) + 1 == CAST(B.key AS INT);