qball has asked for the wisdom of the Perl Monks concerning the following question:
while($x = each($assigned_to)) { print "$x[0] => $x[1]<BR>"; }
$sql = <<END_SQL; select comp_name from companies where company_id='10' END_SQL
$sql = <<END_SQL; select comp_name from companies where company_id='10' and company_id='15' and company_id='20' END_SQL
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Dynamic Query
by chromatic (Archbishop) on Jul 10, 2001 at 22:29 UTC | |
Re: Dynamic Query
by blakem (Monsignor) on Jul 10, 2001 at 22:32 UTC | |
Re: Dynamic Query
by tachyon (Chancellor) on Jul 10, 2001 at 22:36 UTC | |
Re: Dynamic Query
by VSarkiss (Monsignor) on Jul 10, 2001 at 23:45 UTC |