Hi all,
Is there a way to use the database contains in a more flexible way (just like SQL) ?
For example, I want to perform a query for users where their first_name equals their last_name.
How can I do that using the current Bubble’s DB functionality?
Hi!
-
Do a Search For Users. Don’t use any constraint
-
After the Search for: insert a : filtered and do as below:
Thanks for the answer.
I just want to delete all the users which answer this condition - I don’t want the visual - only the data.
Is there a way to delete all users which their first name equals their last name?
Thanks - perfect