pero acabo de crear una tabla con un campo serial para el autoincremento, pero al hacer una consulta con php:
Código PHP:
$usu_per = $_POST['usu_per'];
$cla_per = $_POST['cla_per'];
$sql = "select ide_per, niv_per, nom_per, ape_per from personal where usu_per='".$usu_per."' and cla_per='".$cla_per."'";
$per = pg_query($sql);
Código PHP:
select ide_per, niv_per, nom_per, ape_per from personal where usu_per='admin' and cla_per='1'
Código PHP:
Warning: pg_query() [function.pg-query]: Query failed: ERROR: column "ide_per" does not exist LINE 1: select ide_per, niv_per, nom_per, ape_per from personal wher... ^ in D:wwwphpsistema_defunloginin.php on line 12