|
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
Column list not showing within enclosed parentheses |
|
v 6.3.139
Select ()
From dbo.Table1 t
If your cursor is within the () above and you type t. column names don't popup. I don't remember if it did before, but it doesn't on this beta version. Same is true for the below
Select Max()
From dbo.Table1 t
if you try to type t. within the () above, the column names don't popup. Ctrl-Space pops up table names.
|
|
Fri Nov 02, 2012 10:59 am |
|
|
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7907
|
|
|
|
As far as I remember that was always the case in all versions, because of the syntax parsing restrictions. However, if you remove the ending bracket, then the column prompting would work, in other words if you type max(t.
|
|
Fri Nov 02, 2012 11:57 am |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|