ms access - query criteria to output records from the last 90 minutes -


i have time/date field in select query , set criteria output records last 90 minutes. please give me proper sql copy/paste much, nathaniel

select sysadm_customer_order.printed_date sysadm_customer_order; 

for ms access looking like

select sysadm_customer_order.printed_date sysadm_customer_order (((sysadm_customer_order.printed_date) between dateadd("n",-90,now()) , now())); 

have @ now function , dateadd function


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -