Standards question

Поиск
Список
Период
Сортировка
От Dr. Michael Meskes
Тема Standards question
Дата
Msg-id 19980804191209.A238@feivel.online-club.de
обсуждение исходный текст
Список pgsql-hackers
Let's say we have a table with two entries:

name    nr
----------
foo    1
bar    2

and a C program doing the following:

...
i=1;
exec sql declare C cursor for select name from table where nr=:i;
i=2;
exec sql open C;
...

Which row will be selected?

I guess I'll try Oracle as soon as I find time.

Michael
--
Dr. Michael Meskes        meskes@online-club.de, meskes@debian.org
Go SF49ers! Go Rhein Fire!    Use Debian GNU/Linux!

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] indexes and floats
Следующее
От: "Dr. Michael Meskes"
Дата:
Сообщение: Re: [HACKERS] Bug in gram.y?