I think instead of using
{Table1.AUDIT_ID}= Max({Table2.AUDIT_ID})
you need to use
{Table1.AUDIT_ID}= (SELECT Max({Table2.AUDIT_ID}) from ... where...) and {Table1.ERROR_MESSAGE} like "*Validation*"
|
Results 1 to 5 of 5
Thread: CLOSED : function Max() problemHybrid View
|
Click Here to Expand Forum to Full Width |