Обсуждение: Like phrase

Поиск
Список
Период
Сортировка

Like phrase

От
Michał Wróblewski (Muerte)
Дата:
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?   

-- 
greetings

Michał Wróblewski  #GG: 111769 #ICQ: 113904213
Administrator Sieci SSK Ligota: www.ligota.eu.org
e-mail: muerte@ligota.eu.org wroblas@poczta.onet.pl
www: http://www.ligota.eu.org/muerte



Re: Like phrase

От
Tomasz Myrta
Дата:
> 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