sample.sql 73 B

12345
  1. USE plato;
  2. SELECT * FROM (SELECT* from Input)
  3. SAMPLE(0.5)
  4. ORDER BY key;