Help for this page

Select Code to Download


  1. or download this
    create table elements (
        position      int8,
        start_value   int8,
        end_value     int8
    );
    
  2. or download this
    select position from element where end_value >= 50000 and start_value 
    +<= 1000000;