Hello;
I've got the result of a query that appears as:
cod_variable | cod_station | year | month | day | rain
-+---++--+--+--
30201 | 7237 | 1953 |1 | 1 |2
30201 | 7237 | 1953 |
Hi;
I'm sorry for ask this basic question. But I can't find in the documentation.
I'm connected to a database; and how can I execute a query that I've got in a
file?
And. If I'm not connected to any database. Can I execute a file that makes a
query on a database?
Thanks
-
Javi
Hello;
I've got pluviometric data in a bizarre format (spanish administration is rather
original) and I need to "transpose" them, to be able to use them as time series data
for a model.
The original data are in a format like
cod_var | Year | Month | Ten | RainDay1 | RainDay2 | RainDay3 |
Hi;
I've got PostgreSQL 7.2 and I would like to use MSAccess2k as a front end; in
a LAN, because some of my colleagues just use Windows. Where could I find a
ODBC driver for Postgresql to be use under windows2000?
thanks and regards
--
Javier
---(end of broadca
Hi;
I've got a table with two fields and about 3000 rows, the second one is a
character field, what can have about twenty different values; of course these
values are repeated a lot of times in the table. I need to create a new
column of type integer, whose value depens on the character fields
Hi;
I've got a table with two fields and about 3000 rows, the second one is a
character field, what can have about twenty different values; of course these
values are repeated a lot of times in the table. I need to create a new
column of type integer, whose value depens on the character fields. T