AQ: How to query user_data?
fschulzeApr 20 2010 — edited Apr 20 2010Hi,
I want to query my queue_table.user_data column.
I must find out whether there is an entry in the queue depending of the payload.
(I imagined something like this:
select str_value
from queue_table qt
where qt.user_data.???.??? (myPayloadField) = '123')
How can I achieve this?
thx,
Florian.