overlaping_fail.sql 172 B

1234567
  1. /* ytfile can not */
  2. /* custom error:job outputs overlap with original table*/
  3. USE plato;
  4. INSERT INTO Output WITH MONOTONIC_KEYS
  5. SELECT * FROM Input
  6. ORDER BY key, subkey;