|
pg_updateAktualisiert eine Tabelle Beschreibung
mixed pg_update
( resource
$connection
, string $table_name
, array $data
, array $condition
[, int $options = PGSQL_DML_EXEC
] )
pg_update überschreibt alle Datensätze in
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 pg_update Beispiel
<?php Changelog
Siehe auch
|