equi_join_three_simple.sql 143 B

123
  1. PRAGMA DisableSimpleColumns;
  2. /* postgres can not */
  3. SELECT * FROM plato.A JOIN plato.B ON A.key == B.key JOIN plato.C ON A.subkey == C.subkey;