Click to read more...  
Building a simple query
UDQ offers two methods for creating a new query:

1. You may type a query manually in the SQL Query editor.  The query editor offers syntax coloring, standard edit controls (cut, paste, undo, redo) and more.

 

2. Click to build a query.  With this method, simply select the items you are interested in with your mouse and UDQ writes the query for you.  For example, clicking on the EmployeeID column below:

 

Causes UDQ to add the EmployeeID column to the query:

 

 

Back