ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use...
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query...
<SQLCodeFormatting variable>.Format (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Versions 2026 and later
Note: This function is only available from version 2026 - Update 1.
Subscription-exclusive new feature
Note: This function is only available from version 2026 - Update 1.
New in version 2026
Note: This function is only available from version 2026 - Update 1.
Note: This function is only available from version 2026 - Update 1.
SQLCodeFormat (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Versions 2026 and later
Note: This function is only available from version 2026 - Update 1.
Subscription-exclusive new feature
Note: This function is only available from version 2026 - Update 1.
New in version 2026
Note: This function is only available from version 2026 - Update 1.
Note: This function is only available from version 2026 - Update 1.
SQL view
An SQL view is a virtual data source defined by an SQL query......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database...
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code...
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
SQL functions: Special case
List of SQL functions: Special case...
WDSQL: Creating an SQL query
of SQL queries......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
WDSQL, SQL querier: Overview
WDSQL is used to......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Native SQL Server Connector license agreement
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure...
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
1
2
>