Can I use LIKE to achieve the following result

Поиск
Список
Период
Сортировка
От Yan Cheng Cheok
Тема Can I use LIKE to achieve the following result
Дата
Msg-id 682509.73286.qm@web65704.mail.ac4.yahoo.com
обсуждение исходный текст
Ответы Re: Can I use LIKE to achieve the following result
Список pgsql-general
I have the following original table :

ID | Item
=========
0  | Car1
1  | Car2
2  | Car3
3  | Cat1
4  | Cat2
5  | Cat3

I would like to return setof record, with the following :

ID | Item
=========
0  | Car1
1  | Car2
2  | Car3
3  | Cat

Is it possible to achieve using LIKE command?

Thanks and Regards
Yan Cheng CHEOK





В списке pgsql-general по дате отправления:

Предыдущее
От: Filip Rembiałkowski
Дата:
Сообщение: Re: About partitioning
Следующее
От: "Harry McCarney"
Дата:
Сообщение: Re: Can I use LIKE to achieve the following result