AlisdairO / pgexercises

PostgreSQL Exercises web site code
Other
400 stars 62 forks source link

LIMIT is not highlighted as a keyword in query example #73

Open DanielNoord opened 1 year ago

DanielNoord commented 1 year ago

For the following exercise: https://pgexercises.com/questions/basic/unique.html

The solution includes (and introduces) the LIMIT keyword. However, in contrast to other keywords such as SELECT and DISTINCT LIMIT does not receive the blue/purple highlighting that other keywords do. This seems to indicate a difference between these types of keywords that (as far as I know) doesn't exist.