Re: Syntax problem!

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: Syntax problem!
Дата
Msg-id 3E8BF38A.4020302@rodos.fzk.de
обсуждение исходный текст
Ответ на Syntax problem!  ("mohamed imdadullah" <imdad_md@hotmail.com>)
Список pgsql-sql
>> I am moving the database from sybase to postgresql.Iam having problem> replacing the following similar syntax from
sybaseto postgres sql could> anybody help me out? It doesnt seem to recognize the '?' operator 
 
though it> works fine in Sybase.>> select * from version where version_nr =?;> ERROR:  Unable to identify a postfix
operator'=?' for type 'integer'>         You may need to add parentheses or an explicit cast>> I am sure there must be
somereplacement in postgres, i havent been 
 
able to> find it though. I would appreciate if anybody could help me out.>
There is no such table. Alternatively use SELECT version() ;
I am not familiar with sybase. What does the '?' operator do?
What are you achieving by this statement?

Regards, Christoph



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

Предыдущее
От: "mohamed imdadullah"
Дата:
Сообщение: Syntax problem!
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: simple trigger question ...