|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The query editor allows you to create a query by typing SQL code... |
|
|
|
|
|
|
|
| The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows... |
|
|
|
|
|
|
|
| WINDEV allows you to easily run queries in SQL code... |
|
|
|
|
|
|
|
| The ORDER BY clause is used to sort the records selected by an SQL query... |
|
|
|
|
|
|
|
| To specify the selection conditions in an SQL query, you can use... |
|
|
|
|
|
|
|
| To select records coming from several data files, joins must be used in the SQL query... |
|
|
|
|
|
|
|
Applies formatting to SQL code: syntax highlighting, style standardization, etc. Versions 2026 and laterNote: This function is only available from version 2026 - Update 1. Subscription-exclusive new featureNote: This function is only available from version 2026 - Update 1. New in version 2026Note: This function is only available from version 2026 - Update 1. Note: This function is only available from version 2026 - Update 1. |
|
|
|
|
|
|
|
Applies formatting to SQL code: syntax highlighting, style standardization, etc. Versions 2026 and laterNote: This function is only available from version 2026 - Update 1. Subscription-exclusive new featureNote: This function is only available from version 2026 - Update 1. New in version 2026Note: This function is only available from version 2026 - Update 1. Note: This function is only available from version 2026 - Update 1. |
|
|
|
|
|
|
|
| Modifies the current connection. |
|
|
|
|
|
|
|
| The description window of a select query includes several sections...... |
|
|
|
|
|
|
|
| Data masking is a process that transforms the data in an item that will be displayed to the user...... |
|
|
|
|
|
|
|
| Closes the current connection and frees the memory used by the connection. |
|
|
|
|
|
|
|
| Once a query is created, all the characteristics of this query can be modified at any time...... |
|
|
|
|
|
|
|
| Positions on the previous row of the query result. |
|
|
|
|
|
|
|
| Positions on the first row of the query result. |
|
|
|
|
|
|
|
| Positions on the next row of the query result. |
|
|
|
|
|
|
|
| Retrieves the content of a Memo column from the query result, for the current row. |
|
|
|
|
|
|
|
| Sets the position on the last row of the query result. |
|
|
|
|
|
|
|
| The stored procedures are used to simplify the development and the maintenance of your applications... |
|
|
|
|
|
|
|
| The description window of a combining query consists of several sections...... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure.... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access... |
|
|
|
|
|
|
|
| To simplify the maintenance or the use of existing code by other developers, WINDEV proposes... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access...... |
|
|
|
|
|
|
|
| The selection conditions of records are applied to the items used in the queries...... |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block...... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A color (text color) can be assigned to the procedures so that they can be easily classified... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project.... |
|
|
|
|
|
|
|
| The query editor allows you to perform operations on the values of an item...... |
|
|
|
|
|
|
|
| A query created in the query editor can contain several types of items...... |
|
|
|
|
|
|
|
| Two types of procedures are available...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|