ConFoo Montreal 2026: Call for Papers

Voting

: four plus five?
(Example: nine)

The Note You're Voting On

D.Kellner
9 years ago
When binding parameters, apparently you can't use a placeholder twice (e.g. "select * from mails where sender=:me or recipient=:me"), you'll have to give them different names otherwise your query will return empty handed (but not fail, unfortunately). Just in case you're struggling with something like this.

<< Back to user notes page

To Top