in reply to Re: Placeholders in SQL query
in thread Place holders in SQL query
The single quotes need to be there in order to work and by using place holders I would not have to do that.my $statedata = join ' OR ', map { "state = ‘$_->{ state}’" } @$cityda +ta;
|
|---|