refselect.sql 101 B

1234
  1. /* postgres can not */
  2. USE plato;
  3. PRAGMA refselect;
  4. SELECT key, subkey, value FROM `test_table_src`;