Skip to content
Advertisement

SELECT MAX query issue interval

I want to get the highest value in the last 1 day, but the query is not working. (date / time columns formatted by date). The data I want to query is in multiple headers.

JavaScript

my full query;

JavaScript

Advertisement

Answer

If you want sign,date wise max price you need to group by on sign,date. Try this.

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement