The SQL Builder interface
The following figure shows the SQL Builder interface:
The SQL Builder is divided into the following four sections:
Section
Use
Toolbar
Contains buttons for SQL keywords and commands.
Table pane
Provides a view of the tables in your query and allows you to create joins
between tables.
Properties pane
Allows you to set the properties of the query, such as the columns that are being
selected or the columns that are being updated.
SQL pane
Shows you the SQL statement as it is built.
The SQL pane does not support reverse editing, so any changes you make in
this pane will not be made to the query in the Properties pane or the Table pane.
Writing SQL statements
SQL Builder opens a SELECT statement by default, since this is the most common type of query.
SQL Builder supports the following four types of SQL statements:
•
Select (default)
•
Insert
•
Update
•
Delete
Writing queries using an editor
425
Need help?
Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?
Questions and answers