Skip to content

Generate SQL becomes inactivated during mouse over #158

Locked Answered by henriklen
keithschaller asked this question in Q&A
Discussion options

You must be logged in to vote

I ran into this problem myself and noticed that the SQL generator can be sensitive how the table in the query is referenced. On MSSQL this query gives an empty Generate SQL menu:

select * from MYTABLE

but with a more qualified table reference using the dbo prefix Generate SQL works as expected:

select * from dbo.MYTABLE

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kseniiaguzeeva
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #158 on December 25, 2020 13:01.