Help for this page

Select Code to Download


  1. or download this
    select title from node where node_id in (1, 2, 3);
    
    +----------+
    ...
    | setting  |
    +----------+
    3 rows in set (0.05 sec)
    
  2. or download this
    my %possibleArgs = (
        1 => 'NEW',
        4 => 'PND',
    ...
        }
    }
    $extraqueryarg = "and table.column in (" . join(',', @args) . ")";