Código:
Errorpublic function getSoundsCon($numPhone)
{
$query=$this->_db->select()
->from('SeatPhoneRecord','SeatPhoneId','OrgPersonId','PhoneNumber')
->where("PhoneNumber =?",$numPhone);
$result = $this->_db->fetchAll($query);
}
Código HTML:
SQLSTATE[HY000]: General error: 904 OCIStmtExecute: ORA-00904: "PHONENUMBER": invalid identifier (ext\pdo_oci\oci_statement.c:146)


