📅  最后修改于: 2022-03-11 15:04:53.040000             🧑  作者: Mango
$orders = Invoke-PostgreSQL -Connection $postgresql -Query 'SELECT * FROM Orders WHERE ShipCountry = @ShipCountry' -Params @{'@ShipCountry'='USA'}