Tim Ashepkov
Member
I switched from version 6 to version 7 recently, and noticed that query by example does not anymore modify the actual text of the query in the SQL Window.
For example, in SQL Window I press query by example button (binoculars) and under column X I type a condition "> 10".
Then I execute query.
The query itself works fine: it displays only rows, where column X > 10.
However, the actual text of the query in the SQL window does not change. In version 6, it used to change to "SELECT * FROM Y WHERE X > 10" to reflect my changes.
Was that functionality changed in version 7? If it is still there, how can I turn it back on?
Thank you.
For example, in SQL Window I press query by example button (binoculars) and under column X I type a condition "> 10".
Then I execute query.
The query itself works fine: it displays only rows, where column X > 10.
However, the actual text of the query in the SQL window does not change. In version 6, it used to change to "SELECT * FROM Y WHERE X > 10" to reflect my changes.
Was that functionality changed in version 7? If it is still there, how can I turn it back on?
Thank you.