Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OVER and PARTITION BY keywords in SQL are not highlighted #19

Open
aeschli opened this issue Nov 16, 2016 · 0 comments
Open

OVER and PARTITION BY keywords in SQL are not highlighted #19

aeschli opened this issue Nov 16, 2016 · 0 comments

Comments

@aeschli
Copy link

aeschli commented Nov 16, 2016

From @bradley-fastorientation on November 15, 2016 16:2

  • VSCode Version: Code 1.7.1 (02611b40b24c9df2726ad8b33f5ef5f67ac30b44, 2016-11-03T13:46:00.226Z)
  • OS Version: Darwin x64 16.1.0
  • Extensions:

image

SELECT DISTINCT ON (als.device_id) als.device_id,
  a.id AS user_id,
  count(als.id) OVER (PARTITION BY als.device_id,

Copied from original issue: microsoft/vscode#15522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant