1. hopinn
  2. Bug Report
  3. Tuesday, May 12 2015, 11:01 AM
Hello,

i want to show a user list based on a selection where multiple selection is allowed.

F.i. if you want to show a field by Custom SQL Where (without multiple selection) you repeat the SQL content

Custom SQL Where

style="restaurant"
style="hotel"
style="..."

where the content in de DB is like restaurant or restaurant,hotel or ...

but with multiple selection SQL content looks like ["restaurant"] or ["Aparthotel","Restaurant"]

with what syntax can i show all the users who have a hotel?
admin Accepted Answer
Admin
You can use this syntax in SQL Custom Where
style LIKE "%restaurant%" OR style LIKE "%hotel%" OR style LIKE "%...%"
References
  1. http://www.w3resource.com/mysql/string-functions/mysql-like-function.php
  1. more than a month ago
  2. Bug Report
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.