We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select query not working with special characters like( &,(), etc) in where clause.
The text was updated successfully, but these errors were encountered:
Can you provide examples? What dabatase are you using?
Sorry, something went wrong.
I am using mysql database. example: $regional_data_tbl="abc"; $report_id="1234"; $node_data="Axillary (Level I, II & III) - Left";
$saved_data = $conn->table($regional_data_tbl)->setFetchMode(PDO::FETCH_ASSOC)->where('report_id', ' = ', $report_id)->where('specimen_id', ' = ', $val->id)->where('level_node', ' = ',$node_data)->get();
No branches or pull requests
Select query not working with special characters like( &,(), etc) in where clause.
The text was updated successfully, but these errors were encountered: