You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/word/新协航_设计文档/数据库建表文档/20140215/业务提醒_即将到港而未付货款的合同.sql

3 lines
209 B
SQL

insert into import_remind values ('即将到港而未付货款的合同',
'((m.paydate>getdate() or m.paydate=''1900-1-1'') and datediff(day,m.arrivaldate,getdate())>=-15 and datediff(day,m.arrivaldate,getdate())<=15 )'
)