Closed
Description
opened on Apr 25, 2018
- SQL Operations Studio Version: 0.28.4-insider
Steps to Reproduce:
-- 'distinct' not highlighted
select count(distinct id) from MyTable
-- vs. 'distinct' highlighted below
select distinct id from MyTable
Steps to Reproduce:
-- 'distinct' not highlighted
select count(distinct id) from MyTable
-- vs. 'distinct' highlighted below
select distinct id from MyTable
Activity