Retrieve Number of rows to be DELETEd

Поиск
Список
Период
Сортировка
От Lee Kindness
Тема Retrieve Number of rows to be DELETEd
Дата
Msg-id 15832.63191.370448.410805@kelvin.csl.co.uk
обсуждение исходный текст
Ответ на Retrieve Number of rows to be DELETEd  (Lee Kindness <lkindness@csl.co.uk>)
Список pgsql-general
Take a look in: sqlca.sqlerrd[2]

(and if you're going to post on a public list, use a real email
address)

Lee.

"\"Matthew V.\" writes:
 > I'm using ECPG and embedded SQL.  In the C interface, there is a
 > PQcmdTuples() command which returns the number of rows affected by an SQL
 > statement.  In embedded SQL, other than doing a SELECT count(*) first, is
 > there a way to get the number of rows that may be/were affected by a
 > delete or update?

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

Предыдущее
От: Chris Bowlby
Дата:
Сообщение: Re: Inquiry From Form [pgsql]
Следующее
От: Haris Peco
Дата:
Сообщение: Re: DECLARE CURSOR