Really simple question..

From: "Williams, Travis L, NPONS" <tlw(at)att(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Really simple question..
Date: 2002-12-04 04:40:21
Message-ID: AB815D267EC31A4693CC24D234F82916030C4035@ACCLUST02EVS1.ugd.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Maybe I missed this somewhere.. but how do you drop a whole row or update a whole row with nulls easily? I understand how to do updates.. but I'd prefer not to have to do update table set col1 = null, col2 = null, col3 = null,........ col100 = null where col1 = "25" or something..

Travis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Christian Imbeault 2002-12-04 04:46:09 Re: Really simple question..
Previous Message Dave Best 2002-12-04 04:34:33 Re: Postgresql -- initial impressions and comments