ViewGroups
Returns data from ViewGroups table.
Select
The 本製品 will use the BCart API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- Most of the columns support the following operators: <, >, <=, >=, =, !=, IN, NOT_IN.
SELECT * FROM ViewGroups WHERE Name = 'Sample ViewGroups' SELECT * FROM ViewGroups WHERE Id IN (1,10) SELECT * FROM ViewGroups WHERE Id <= 10
Columns
Name | Type | Description |
Id [KEY] | Integer | |
Name | String |