Why doesn't query builder accept my constant (CAMPAIGN_LIMIT), when table name (TABLE_CUSTOMERS) is accepted?
Code:
SELECT customers_email_address, customers_firstname, customers_lastname 
FROM TABLE_CUSTOMERS 
WHERE customers_campaign >= CAMPAIGN_LIMIT 
ORDER BY customers_lastname, customers_firstname, customers_email_address