On Thursday 16 January 2003 22:32, Matthew Nuzum wrote:
> I have a number of tables in my database that use the concept of
> display order, which is a field that can be used in an order by clause
> to dictate what order the results should come out in.
>
> I thought I would be crafty and devise
Hi all,
I've got following table structure:
sport=# \d polar
Table "polar"
Column | Type | Modifiers
+--+---
ts | timestamp with time zone | not null
time | time without time zone |
sport | integer
On 17/1/03 13:03, "Oliver Vecernik" <[EMAIL PROTECTED]> wrote:
> sport=# \d polar
>Table "polar"
> Column | Type | Modifiers
> +--+---
> ts | timestamp with time zone | not null
> time | time without time zone |
>
Julian Scarfe <[EMAIL PROTECTED]> writes:
>> It seems I've chosen the wrong type. Or is there another solution?
> Correct diagnosis. You need the "interval" type, not the "time" type for
> your second field. Interval is a time difference between two timestamps,
> for example the time between the
Thanks all for the previous feedback. If no-one comes up with any errors
in this draft I'll call it finished.
- Richard Huxton
A Brief Guide to NULLs
==
revision: 0.9
date: 2002-01-17
author: Richard Huxton <[EMAIL PROTECTED]>
Overview
This is a short guide to
I'm developing the second stage of a database that will eventually be used
to model networks of references between documents. I already have a table
of core documents, and the next step is to track what documents each of
these core documents refers to. (Is this confusing enough already?)
The rela
Andrew,
> The relationship is one-to-many, and I can handle that fine. The issue
> is: some of the references in the core documents will be to other core
> documents. Other references will be to documents that are not in the core
> documents table. I need to track whether the document referred t
Thomas O'Connell wrote:
>
> Well, it would've immediately (rather than the several minutes it took)
> given away the problem if it read something like:
>
> ERROR: overflow caused by cast of double precision value to numeric
> without sufficient precision, scale (15, 6)
>
> or even, depending on
I want to select some data out of database A, and insert them
into database B. Is it possible to do in one SQL query?
Thanks
Wei
Wei,
> I want to select some data out of database A, and insert them into database
B. Is it possible to do in one SQL query?
>
No. Use a Perl script.
--
-Josh Berkus
Aglio Database Solutions
San Francisco
---(end of broadcast)---
TIP 2: yo
See /contrib/dblink, or use an application that attaches to both
databases, or use COPY somehow.
---
Wei Weng wrote:
> I want to select some data out of database A, and insert them into database B. Is it
>possible to do in
Hi all,
I am trying to copy some date from a text file to pgsql.
I am using pgsql 7.3 version. The problem i am face is that i try to
copy a TEXT field to a table.
I have serveral line in this field.
Let say, I have a table T1, and three fields with it, F1, F2, F3.
F1 is varchar(5), F2 is text and
12 matches
Mail list logo