You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
a.ckey, a.cvalue|:SUBMITPASS|, c.cvalue|:SHORTID|
FROM
tpac a,
tpac c
WHERE
length(a.ckey) = 5
AND safe_string(nth(3, a.ckey)) = to_string('lacon')
AND safe_string(nth(5, a.ckey)) = to_string('access')
AND c.ckey = slice(a.ckey, 1, 4)
AND a.cvalue|:SUBMITPASS| LIKE '%' || c.cvalue|:SHORTID| || '%'
After adding the last condition, the query execution fails:
After adding the last condition, the query execution fails:
The text was updated successfully, but these errors were encountered: