select first_name, birth_date, DATEDIFF(hour,birth_date,sysdate)/8766 AS Age from ACDB_CUSTOMERS where (sysdate - age)>50;
ORA-00904: &qu