SQLBuilder4Delphi icon indicating copy to clipboard operation
SQLBuilder4Delphi copied to clipboard

JOIN ON predicate must start with "ON" keyword'

Open pengshaomin opened this issue 4 years ago • 1 comments

Like the case:

SELECT count(*) FROM TB_JD_ORDER A WITH(NOLOCK) INNER JOIN TB_JD_ORDER_DETAIL B WITH(NOLOCK) ON A.F_ID = b.F_MID
LEFT JOIN TB_PRODUCT_ATTRIBUTE att On att.F_ID = B.F_SYS_PRODUCT_ID WHERE a.F_BILL_DATE >= '2019-08-03'

pengshaomin avatar Aug 05 '19 02:08 pengshaomin