Replacing "LIKE" with "="

Поиск
Список
Период
Сортировка
От sharmad@goatelecom.com
Тема Replacing "LIKE" with "="
Дата
Msg-id 3c10405a.6b0.0@punweb01
обсуждение исходный текст
Ответы Re: Replacing "LIKE" with "="  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Can I replace a query statement having a "LIKE" with a statement having "="
still getting the same functionality

Like for ex:-
SELECT * from teble_name WHERE name LIKE "%name%";

Keeping in mind the output of the query i want to replace this query with a
statement having "=" and no more "LIKE"

TIA
-Sharmad


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

Предыдущее
От: "Ligia Pimentel"
Дата:
Сообщение: How to rename a database?
Следующее
От: mcornell@spamcop.net (mcornell)
Дата:
Сообщение: DISCTINCT and literals - Unable to identify an ordering operator