happy birthday_SQL怎么用语句写出生年月birthday在1970-1-1到1990-1-1之间(包含)
最佳答案
SQL-Server: birthday between '1970-1-1' and '1990-1-1'
Oracle:birthday between to_date('1970-1-1', 'YYYY-MM-DD') and to_date('1990-1-1', 'YYYY-MM-DD')
最佳答案由网友 zhxmk 提供
其他回答
其它网友回答:
sql里不是有些时间那个啊,你上网查查
其它网友回答:
这个可能要用软件才行