[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

SQR error on AS/400 -Reply



Be sure your where clause is defined using the correct number of
apsotrophies:

let $WhereClause = 'Where (A.HMRGP = ' || '''' || '01' || ''''
let $WhereClause = $WhereClause || ' or A.HMRGP = ' || '''' || '15' || '''' || 
')'

I split this into two lines only for readability.