Question
Using Wildcards on Integers MySql
Hi,
SQL PHP/MySql development.
Since 8.02 I cannot use LIKE '%' on integers.
Specific problem:
On a search form I have a dynamic menu/list. The menu is populated with categories (values are integers, labels the names of the categories).
When submitted everything works fine - showing the records belonging to the selected category of another recordset.
If I add a static option with the value of % (or _) to the dynamic menu for "All Categories" nothing shows up.
Prior to 8.02 this worked.
Does anyone how to get this working?
Thanks.
Tom
SQL PHP/MySql development.
Since 8.02 I cannot use LIKE '%' on integers.
Specific problem:
On a search form I have a dynamic menu/list. The menu is populated with categories (values are integers, labels the names of the categories).
When submitted everything works fine - showing the records belonging to the selected category of another recordset.
If I add a static option with the value of % (or _) to the dynamic menu for "All Categories" nothing shows up.
Prior to 8.02 this worked.
Does anyone how to get this working?
Thanks.
Tom
