Help for this page

Select Code to Download


  1. or download this
    my $sql_region_id = "select distinct k.id 
            from config.object o 
            join config.location l on l.id=o.location 
    ...
            do stuff...
        }
    }