Skip to main content

Table Supplier

Overview


Supplies data and operations on database tables


Details


Name:

Table Supplier

Prefix:

table

Supported Content:

DbTable

Provided By:

Connector for SQL Databases

Supported Keys


The following are the list of keys for which this supplier will return a value:

Key
Content Types
Return Type

Description

where [column name] eq [X]

DbTable

DbRow

Queries the table where column name = X

where [column name] neq [X]

DbTable

DbRow

Queries the table where column name <> X

where [column name] like [X]

DbTable

DbRow

Queries the table where column name like X

[X]

DbTable

Object

Returns the row with key value "X"

Examples



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.