Query with Parameters and Wildcards

Поиск
Список
Период
Сортировка
От landsharkdaddy
Тема Query with Parameters and Wildcards
Дата
Msg-id 23248274.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: Query with Parameters and Wildcards  (Ries van Twisk <pg@rvt.dds.nl>)
Re: Query with Parameters and Wildcards  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Query with Parameters and Wildcards  (landsharkdaddy <ldodd@landsharksoftware.com>)
Список pgsql-sql
I have a query that works on SQL Server to return customers that contain the
string entered by the user by accepting parameters and using the LIKE
keyword. I would like to move this to postgreSQL but I'm just not sure how
to get it done. This is the query 

SELECT * FROM Customers WHERE FirstName LIKE @custfirst + '%'; 

This works great on SQL Server but not on postgreSQL. Any help would be
appreciated.
-- 
View this message in context: http://www.nabble.com/Query-with-Parameters-and-Wildcards-tp23248274p23248274.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



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

Предыдущее
От: "Leif B. Kristensen"
Дата:
Сообщение: Multiple return values and assignment
Следующее
От: Ries van Twisk
Дата:
Сообщение: Re: Query with Parameters and Wildcards