# File lib/new_relic/agent/datastores/metric_helper.rb, line 103
        def self.operation_from_sql(sql)
          NewRelic::Agent::Database.parse_operation_from_query(sql) || OTHER
        end