agg_exists_step1.ftl 81 B

123456
  1. SELECT
  2. unnest(${keyno}) AS id
  3. FROM
  4. ng_rt_${tn}
  5. WHERE
  6. deleted IN ('0')