Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt Previous Versions
Prompt bug
New post
try typing this
declare @xx int,@yy int
if @xx<>@yy
on the if line, the @xx shows the list of vars whereas the @yy can not be auto completed.
DanAvni
July 19, 2007 02:34
-
0
+
Comments
1 comment
Sort by
Date
Votes
I can repoduce this. We will try to fix this for the next version. Thanks for the bug report!
JasonC
July 19, 2007 06:28
-
0
+
Add comment
Please
sign in
to leave a comment.
declare @xx int,@yy int
if @xx<>@yy
on the if line, the @xx shows the list of vars whereas the @yy can not be auto completed.