Forum Discussion
12 years ago
Hello Simon!
To use Prepared Properties on your queries put a ":" before the name of your Property, like this:
Prepared Property: myProperty
Query: SELECT * FROM myTable WHERE myField = :myProperty

To use Prepared Properties on your queries put a ":" before the name of your Property, like this:
Prepared Property: myProperty
Query: SELECT * FROM myTable WHERE myField = :myProperty
