Keeping Prepared Statements Consistent Even With Dynamic Parameterized Queries In MySQL And ColdFusion

added by JavaScript Kicks
6/12/2019 8:50:25 PM

385 Views

Yesterday, in response to my post about [SQL queries and code duplication], Phill Nacelli demonstrated that you could keep the "shape" of a prepared statement consistent even with a dynamic set of query criteria. I had never seen this approach before and I found it completely fascinating.


0 comments