The LIKE operator takes % as a wildcard - if your data matches the 'DEMO', then fine. If not, a wildcard might be necessary. See the following:
SQL LIKE Operator