select.sql 72 B

1234
  1. SELECT ${hivevar:fields}
  2. FROM ${hivevar:tablename}
  3. LIMIT ${hivevar:n}
  4. ;