This commit is contained in:
ed barz 2023-01-07 20:07:47 +01:00
parent 423a77b93d
commit aa0ff49a76
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 *");
$result = pg_query($db, "SELECT testval FROM testab");
echo $result;
/*