Subject SELECT IN wildcard
Author Hugo Larson
Hello,

Is it possible to use wildcard somehow like this.

SELECT * FROM PRODUCT
WHERE PRODUCT.ID IN (:param)

param will be a list or IDs or a wildcard.
% does not work.
Goal is to get all PRODUCT with wildcard :param

Thanks,
Hugo Larson