|
One of the great features of QweryBuilder is the autocomplete popup found in
the SQL Editor window. It assists you as you type your ad-hoc SQL queries. To
display a list of database owners and My Autocomplete items, type in the keyword
"this" followed by a period. Once an item is selected, hit the enter key or the period key.
You can display a list of tables by typing a database owner (e.g. dbo)
followed by a period (.). Or you can simply press Ctrl+Space. To bring
up a list of columns for a table, type the name of the table followed by
a period, or type the table alias you entered in the FROM clause then enter a period.
E.g.
SELECT A. <-- Autocomplete window will display here
FROM MyTable A
SELECT *
FROM dbo. <-- Autocomplete window will display here
SELECT *
FROM this. <-- Autocomplete window will display here
|
|
QweryBuilder is an SQL Editor and Query Tool. Its purpose is
to make accessing information from a database simple, quick, accurate and
efficient.
Work with your SQL Server, ASE, SQL Anywhere and Oracle databases in
one single application.
|
"I would like to say again how much time your product saves me and how I truly appreciate the responsiveness of the support you provide."
Read More Testimonials
|
|
|