Title / Description
Code SELECT SUM(account_intels.connected_host_count) AS connected_host_count, products.name FROM account_intels INNER JOIN accounts ON accounts.id = account_intels.id INNER JOIN account_product_levels ON account_product_levels.account_id = accounts.id INNER JOIN products ON products.id = account_product_levels.apm_product_id GROUP BY products.name
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code