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 3 Beta
Issue when typing in SQL Prompt
New post
I typed
Select * from Employees
it was converted to
Select * from Employees EM
Then I type
Select * from Employees where EM.
and Press Ctrl Space
When I select a item from the list
Select * from Employees where EM.EM.EmployeeId
which is wrong
dineshasanka
September 07, 2006 12:21
-
0
+
Comments
2 comments
Sort by
Date
Votes
OK thanks for reporting these.
Bart
Bart Read
September 08, 2006 10:01
-
0
+
Thanks
There are few syntax errors. I will send them all
dineshasanka
September 08, 2006 11:38
-
0
+
Add comment
Please
sign in
to leave a comment.
Select * from Employees
it was converted to
Select * from Employees EM
Then I type Select * from Employees where EM. and Press Ctrl Space
When I select a item from the list
Select * from Employees where EM.EM.EmployeeId
which is wrong