empty_input_after_limit.sql 197 B

12345678
  1. /* postgres can not */
  2. $in = (
  3. select * from plato.Input where key = "150"
  4. union all
  5. select * from plato.Input where key = "075"
  6. );
  7. select * from $in order by key limit 100 offset 90;