AcquireDepartment
This will acquire departments registered in Sansan
ビュー固有の情報
Select
本製品 はSansan API を使用して、以下のカラムと演算子で構成されたWHERE 句の条件を処理します。Delimiter フィルタはサーバー側でサポートされており、残りのフィルタはドライバー内のクライアント側で実行されます。例えば、以下のクエリはサーバー側で処理されます。
- Delimiter は'=' 比較をサポートします。
SELECT * FROM AcquireDepartment SELECT * FROM AcquireDepartment WHERE Delimiter='comma'
Columns
| Name | Type | Description |
| TempId | String | This is the temporary identifier used when adding departments |
| DepartmentId | String | This is the department identifier |
| DepartmentName | String | This is the departments name |
| DepartmentNamePhonetic | String | If the departments name is not written alphabetically, you can enter the phonetic alphabetic reading of the name here |
| ParentDepartmentId | String | This is the identifier for a parent department |
| Order | Integer | This is the display order of the department |
| DeleteFlag | Integer | This is the flag used to delete departments |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。
| Name | Type | Description |
| Delimiter | String | Separator in the CSV format response |