我试图仅返回最近 30 天的查询,但没有成功。我尝试将其简化为仅拉取任何内容 > 12/31/2019 仍然没有成功。
sql_string = ('''SELECT ViewListInvoices.Department,
ViewListInvoices.[Invoice Date]
FROM ViewListInvoices
WHERE (((ViewListInvoices.[Invoice Date] > (12/31/2019))
))''')
sql_result = query(sql_string)
shop_average_inv_last_month = sorted(sql_result)
sql_result =[]
我已经尝试过> ('12/31/2019')或者('#12/31/2019')还有很多其他的。
在此先感谢您的帮助
人到中年有点甜
慕的地10843
catspeake
相关分类