where clause in Tamino

Hi everyone!

I have a Tamino Schema that is linked to an Oracle table.

I want to known how can i establish a where clause that isn’t linked to a field from the Oracle table. I want to link it to a value.

Something like this:

- This is the way i used to do it:

tsd:accessPredicate
TaminoSchema_field_name = tsd:nodeParameter
TaminoSchema2_field_name
</tsd:nodeParameter>
</tsd:accessPredicate>

- But what i want is to do it this way:

tsd:accessPredicate
TaminoSchema_field_name = 1
</tsd:accessPredicate>

Greetings.