blob: 6d35c79f0ad01dd9042b17501419eee155ac596a [file] [log] [blame]
====
---- QUERY: primitive_filter_string_like
-- Description : Scan fact table while applying like filter on string column.
-- Target test case : Basic scan and filter.
SELECT Count(*)
FROM lineitem
WHERE l_comment LIKE '%the%final%%'
LIMIT 100;
---- RESULTS
---- TYPES
====