How do I return when a column changes values from one month to the next in SQL? – Mysql
I have three different tables in SQL that represent months (jan, feb, mar). Each table has the same columns (ID, DATE, CSNA). An example for jan would be: ID DATE CSNA 1234770286 2/2/2023 Blue 10 A V 1234770301 2/2/2023 Blue…