Mysql – Get result from a table with a condition and then use the result of it to check another condition in the same table and get the output
I have a table which consists of multiple columns. Table consists of data like Group no Maxtime Updatedtime A22 20221502 20221702 A22 20212502 20221702 A22 20212502 20221702 I query that table with a condition like Select Group no from cnt…