Subject | SELECT IN wildcard |
---|---|
Author | Hugo Larson |
Post date | 2019-12-14T05:13:17Z |
Hello,
Is it possible to use wildcard somehow like this.
SELECT * FROM PRODUCT
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
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