本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
MOVE_BEFORE
將資料欄移到緊接在另一個資料欄之前的位置。
Parameters
-
sourceColumn– 現有資料欄的名稱。 -
targetColumn– 另一個資料欄的名稱。指定的資料欄sourceColumn會在 指定的資料欄之後立即移動targetColumn。
範例範例
{ "RecipeAction": { "Operation": "MOVE_BEFORE", "Parameters": { "sourceColumn": "height_cm", "targetColumn": "weight_kg" } } }