How can we help you today? How can we help you today?

Show SQL Prompt when table or view starts with number

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
KevinGreiner
0

Comments

1 comment

  • Anu D
    Thanks for your post.


    I have logged a support call for you and will email you shortly.
    Anu D
    0

Add comment

Please sign in to leave a comment.