Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.16 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Split Result from SQL Query
  2. select * from
  3. (
  4.      select tb.*,rownum t_count from table_name tb
  5. ) ss
  6. where ss.t_count >= @min_value and ss.t_count <= @max_value