Display the first name, birthdate and age for all customers whose older than 50

后端 未结 0 334
别跟我提以往
别跟我提以往 2020-12-13 13:25

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

ORA-00904: &qu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题