list_literal1.sql 88 B

12345678
  1. USE plato;
  2. $key = select min(key) from Input;
  3. INSERT INTO Output
  4. SELECT
  5. $key as key;