Doesn't capitalize keyword where

OliwaOliwa Posts: 42 Bronze 2
edited September 29, 2009 6:23AM in SQL Prompt Previous Versions
When I type a query such as this...

SELECT *
FROM sys.databases
where [name] = 'temp'

I will capitalize SELECT and FROM when I hit tab, but not WHERE. It also capitalizes GROUP BY and ORDER BY, but not WHERE.

It does capitalize WHERE if I hit the space bar before hitting tab.

Comments

Sign In or Register to comment.