|
|
|
|
|
|
|
When creating and developing the different elements of a project (window, query, report, project, ... |
|
|
|
|
|
|
Two methods can be used to create a query... |
|
|
|
|
|
|
An Update query (SQL UPDATE statement) is used to modify the records in a database file... |
|
|
|
|
|
|
To make the result of a query easier to read, the records can be sorted according to one or more items... |
|
|
|
|
|
|
In the result of a select query, you have the ability to only display... |
|
|
|
|
|
|
The description window of a select query includes several sections... |
|
|
|
|
|
|
The query editor allows you to perform operations on the values of an item... |
|
|
|
|
|
|
The selection conditions of records are applied to the items used in the queries... |
|
|
|
|
|
|
The query editor allows you to run the test of query result... |
|
|
|
|
|
|
Once a query is created, all the characteristics of this query can be modified at any time... |
|
|
|
|
|
|
The query editor proposes two methods for creating a query... |
|
|
|
|
|
|
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema... |
|
|
|
|
|
|
Comparing two windows (two pages, two reports, two classes, ... |
|
|
|
|
|
|
An insert query (corresponding SQL statement... |
|
|
|
|
|
|
A query created in the query editor can contain several types of items... |
|
|
|
|
|
|
A combining query (corresponding SQL statement: UNION) ... |
|
|
|
|
|
|
The project comparator is used to compare two elements and to list the differences found... |
|
|
|
|
|
|
This help page explains how to create two select queries... |
|
|
|
|
|
|
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period... |
|
|
|
|
|
|
Finishes collecting information on executed queries. |
|
|
|
|
|
|
A select query (corresponding SQL statement... |
|
|
|
|
|
|
A delete query (corresponding SQL statement... |
|
|
|
|
|
|
The query editor allows you to optimize the execution speed of one or more queries... |
|
|
|
|
|
|
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default... |
|
|
|
|
|
|
This help page explains how to create a count query with the query editor.... |
|
|
|
|
|
|
This help page presents the method for creating an SQL query used to get the first 10 records...... |
|
|
|
|
|
|
A query is used to request information from a database to view, insert, change or delete data.... |
|
|
|
|
|
|
The query editor is used to automatically create queries on the data files...... |
|
|
|
|
|
|
The queries with parameters allow the user to easily select records according to his own requirements...... |
|
|
|
|
|
|
Queries can be based on items from another query...... |
|
|
|
|
|
|
User-friendly editors in practice... |
|
|
|
|
|
|
Reports & Queries is used to...... |
|
|
|
|
|
|
The description window of a combining query consists of several sections...... |
|
|
|
|
|
|
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ...... |
|
|
|
|
|
|
WINDEV allows you to easily run queries in SQL code...... |
|
|
|
|
|
|
A query is used to interrogate a database in order to view, insert, modify or delete data...... |
|
|
|
|
|
|
A sub-query is a query whose result is used by another query...... |
|
|
|
|
|
|
The query editor automatically creates a technical documentation for each query...... |
|
|
|
|
|
|
To select records coming from several data files, joins must be used in the SQL query...... |
|
|
|
|
|
|
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|