skip to Main Content

SQL Query MySql Group By

I have a table called traffic shown below. I have to write a query which list all the protocols for which incoming traffic is higher than outgoing. The result should be in this format - protocol, traffic_in, traffic_out and sorted…

VIEW QUESTION
Back To Top
Search