ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on a query
Queries are used to easily select records in one or more data files......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Items used in a select query
A query created in the query editor can contain several types of items......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
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....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Creating an insert query
An insert query (corresponding SQL statement......
Creating a select query
A select query (corresponding SQL statement......
Creating a delete query
A delete query (corresponding SQL statement......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
1
2
3
4
5
6
198
>