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

9 lines
412 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 GetRecords ^
--table "test_data" ^
--fields "['first_name','last_name','email']" ^
--filter "[{'field':'gender','type':'=','value':'Male','union':'AND','raw':false},{'field':'id','type':'BETWEEN','value':'20 AND 50','raw':true}]" ^
--order "{'ip_address':'DESC'}" ^
--limit 5 ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"