1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-03 00:58:12 +02:00
Files
OpenIntegrations/docs/en/cli/postgres/UpdateRecords/bat.txt

7 lines
306 B
Plaintext
Raw Normal View History

2025-02-18 14:01:44 +03:00
:: JSON data can also be passed as a path to a .json file
oint postgres UpdateRecords ^
--table "test_data" ^
--values "{'ip_address':{'VARCHAR':'127.0.0.1'}}" ^
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false}]" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"