Show SQL Prompt when table or view starts with number

KevinGreinerKevinGreiner Posts: 37 Bronze 3
edited November 6, 2013 11:35AM in SQL Prompt
The SQL Prompt window doesn't auto-trigger when a table or view name starts with a numeric digit.
-- typing the following doesn't trigger the SQL Prompt popup. There is a view named AA.[3 insert factors]
SELECT * FROM AA.3

-- this is what I have to type to trigger SQL Prompt. It would be nice to eliminate the need to type the square bracket.
SELECT * FROM AA.[3

Comments

Sign In or Register to comment.