Forum Discussion
alex_panganiban
4 years agoContributor
It seems like you need to encapsulate the static portions of your expression in quotation marks, and then concatenate your lib expression by turning on the equal sign toggle button to the left of your expression. Anything that needs to be evaluated should not be surrounded by quotation marks. In the end, your element called, $query, should contain a valid SQL statement. It should look something like this.
Henchway
4 years agoContributor
That defeats the purpose of my question. I wanted to find an elegant way of doing that, string concatenation isn’t really what i’m looking for.