Num of returned ROWS

Поиск
Список
Период
Сортировка
Искать
От
Fernando Hartmann
Тема
Num of returned ROWS
Дата
Msg-id
d84t1f$pj1$1@sea.gmane.org
Список
Дерево обсуждения
Num of returned ROWS Fernando Hartmann <fh@sadig.com>
Re: Num of returned ROWS Oliver Jowett <oliver@opencloud.com>
Re: Num of returned ROWS Fernando Hartmann <fh@sadig.com>
Re: Num of returned ROWS Mark Lewis <mark.lewis@mir3.com>
Re: Num of returned ROWS Oliver Jowett <oliver@opencloud.com>

	I'm using Postgres 8.0.3 and JDBC build 311 (tried 400 too) and using 
executeUpdate to send the following command to DB:

set datestyle to ISO,DMY;
create table table1 as select F1, sum(F10) from table where F1 between 
'1/1/2001' and '31/12/2004' group by F1;
select count(*) from table1

	But the executeUpdate always return 0, even when the cont(*) return a 
number other than 0.

	Any ideas ?

В списке pgsql-jdbc по дате отправления
От: Oliver Jowett
Дата:
От: Oliver Jowett
Дата:
Сообщение: Re: Num of returned ROWS
FAQ