Home
last modified time | relevance | path

Searched refs:ItemSQL (Results 1 – 2 of 2) sorted by relevance

/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/CommunicationLog/
H A DDB.pm922 my $ItemSQL = $SQL{$Item}->{Stmt};
923 my $WhereORAnd = ( $ItemSQL =~ m/\s+where\s+/i ) ? 'AND' : 'WHERE';
929 $ItemSQL .= " ${ WhereORAnd } communication_id IN (${ CommunicationSELECT })";
932 $ItemSQL
936 $SQL{$Item}->{Stmt} = $ItemSQL;
948 $ItemSQL .= " ${ WhereORAnd } ${ ColumnDBName } = ?";
951 $ItemSQL
955 $SQL{$Item}->{Stmt} = $ItemSQL;
/dports/finance/weberp/webERP/
H A DSupplierTenders.php503 $ItemSQL="SELECT tenderitems.tenderid, variable
521 $ItemResult=DB_query($ItemSQL);