Hi all
I am having trouble with a where clause see below
[CODE]
WHERE COMBOENTRY_IN LIKE '%' || USERENTRY_IN ||'%'
[CODE]
i believe that the COMBOENTRY_IN variable is not being recognised as a variable but as a String any ideas how i could get it to be recognised as a column name
I am having trouble with a where clause see below
[CODE]
WHERE COMBOENTRY_IN LIKE '%' || USERENTRY_IN ||'%'
[CODE]
i believe that the COMBOENTRY_IN variable is not being recognised as a variable but as a String any ideas how i could get it to be recognised as a column name
Comment