I am launching this query using Sequel Pro:
select MAX (price) from t_hotel_price group by hotel_id
but I got this error
FUNCTION hotels.MAX does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
I am launching this query using Sequel Pro:
select MAX (price) from t_hotel_price group by hotel_id
but I got this error
FUNCTION hotels.MAX does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual