Documentation - RestApp

Filter SQL

Definition

Returns the element that match with filter SQL.

Parameters

  1. Filters:
    • Def : Specify the SQL query.

Additional comments

The string values need quote in the SQL filter, the number values doesn't need.

Example

ville = "Paris"
loyer > 300000 or pays = "France"
date IS NOT NULL