Improve ICANN reporting golden query test

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=159570806
This commit is contained in:
nickfelt 2017-06-20 09:29:39 -07:00 committed by Ben McIlwain
parent e94ba8d2af
commit d05151b026
2 changed files with 17 additions and 4 deletions

View file

@ -12,6 +12,8 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
-- END OF HEADER
SELECT
Tld.tld AS tld,
SUM(IF(metricName = 'operational-registrars', count, 0)) AS operational_registrars,