select question

Поиск
Список
Период
Сортировка
От STMIK Stikubank
Тема select question
Дата
Msg-id 000901bdba3f$753426e0$0500a8c0@goofy.disney.land
обсуждение исходный текст
Ответы Re: [SQL] select question  (Chris Johnson <cmj@inline-design.com>)
Список pgsql-sql
Hi all,

I have a table (mhs)  which fills as below :

nim
--------
94.31.0001
94.31.0002
95.31.0003
95.51.0004

then how can I get rows which meet with '94.31.xxxx'  (where x = don't
care)? I've already try :

 select * from mhs where nim likes '94.31';


with no success.

TIA

edhi



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

Предыдущее
От: Ferruccio Zamuner
Дата:
Сообщение: Nested classes
Следующее
От: Chris Johnson
Дата:
Сообщение: Re: [SQL] select question