This commit is contained in:
ed barz 2023-01-07 20:05:18 +01:00
parent 05972182a2
commit e06f6e57a8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if (!$db) {
}
// Execute a query
$result = pg_query($db, "SELECT * FROM testab");
$result = pg_query($db, "SELECT * FROM testab;");
if (!$result) {
// query failed