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
UPDATE`tabList of Contacts Member` locm
JOIN`tabContact` c ONc.name=locm.contactSETlocm.unsubscribed=1--- note the namespaced column here, without it, this query is ambiguousWHERE (locm.unsubscribed IS NULLORlocm.unsubscribed=0)
ANDc.unsubscribed=1
If this name spacing was disabled for a particular reason, maybe a code comment would help?
The text was updated successfully, but these errors were encountered:
pypika/pypika/queries.py
Line 1557 in 53a77eb
This is perfecly legal SQL:
If this name spacing was disabled for a particular reason, maybe a code comment would help?
The text was updated successfully, but these errors were encountered: