Currencies
Query the supported Currencies in eBay.
テーブル固有の情報
Select
すべてのサポートされている通貨を返します。フィルタがサポートされているカラムはありません。
SELECT * FROM Currencies
Columns
Name | Type | Description |
Currency | String | The three-digit currency code as defined in ISO 4217. |
Description | String | Full currency name for display purposes. |
DetailVersion | String | Returns the latest version number for this field. |
UpdateTime | Datetime | Gives the time in GMT that the feature fields for the details were last updated. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
DetailName | String | If set to a value of CurrencyDetails, additional currency details are returned.
使用できる値は次のとおりです。CurrencyDetails |