Skip to content

Tag: mysql

How to filter record with specific condition?

I have a table called post which contains WordPress posts that have this structure: each zoacres-property post have a meta stored inside the meta table: I’m trying to filter the zoacres-property post by price, and I successfully did this using this query: which returns: this result is correct but, I wou…