我想根据a date或timestampcolumn 的月份选择行,如下所示:
date
timestamp
SELECT id, name, birthday FROM employee.person WHERE Month(birthday) > 10;
但我只在PostgreSQL中收到错误消息. 如何才能做到这一点?
sql postgresql date
date ×1
postgresql ×1
sql ×1