Continents
Retrieve continents.
Table Specific Information
Select
WooCommerce allows only a small subset of columns to be used in the WHERE clause of a SELECT query. Following columns are supported server side, all other columns are processed client side.
- Code supports the '=' operator.
SELECT * FROM Continents SELECT * FROM Continents WHERE Code = 'AF'
Columns
| Name | Type | References | Description |
| Code | String | 2 character continent code. | |
| Name | String | Full name of continent. | |
| CountriesAggregate | String | List of countries on this continent. See Continents - Countries properties read-only |