Help for this page

Select Code to Download


  1. or download this
    create table natRules (
        id integer primary key asc,
    ...
        externalPort integer not null,
        unique(externalPort)
    )
    
  2. or download this
    1|value1|3221
    2|value2|78
    ...
    4|value4|1114
    5|value5|5
    6|value6|1
    
  3. or download this
    SELECT  id
    FROM    (
    ...
    ORDER BY
            id
    LIMIT 1