I use PHP AND ODBC TO connect to MAS200. I write one sql sentence like below, and get error. Select QuantityOrdered from PO_PurchaseOrderDetail where ItemCode='AAAA' and RequiredDate between '2014-05-01' and '2014-05-31' I think the wrong part is RequiredDate between '2014-05-01' and '2014-05-31'. how to define date range? Thanks
↧