> Hello,
>
> I've got a question about "LIKE" phrase. I have such a phrase:
> LIKE UPPER(Key_Zawod)
> And I want to write after Key_Zawod % but it doesn't work. Is there any special way to code this phrase?
like upper(key_zawod) || '%'
Regards,
Tomasz Myrta