Fallo al ejecutar el query en la línea 77: View 'uptowngr_db.vista_9_propiedades' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them SQL:
select
*
from vista_9_propiedades
where
vista_9_propiedades.StateOrProvince="Texas"
and
(
vista_9_propiedades.StreetName like("%galleria%") or
vista_9_propiedades.Subdivision like("%galleria%") or
vista_9_propiedades.BuildingName like("%galleria%")
)
order by ListPrice desc limit 12