Query Wildcards?

A Tamino newbie here. Anyways, I need to use wildcards in my query …but I don’t know how. I read about using asterisks, but my reference didn’t give an example how. I typed this in the tamino interactive interface:

date[@draw_date=‘200207*’]

of course it returned nothing, because it seemed that he considered the ‘*’ in the string as a non-wildcard. I need to get the draw_date values that starts with “200207” for instance.

Thanks and all your help will be appreciated.

Hi Mina,

try using the “contains” operator: ~=
date[@draw_date~=‘200207*’]

Regards,
Juanjo