Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: query enhancement

Re: query enhancement

From: keeling <jkeeling77_at_yahoo.com>
Date: Fri, 15 Jun 2007 11:35:03 -0700
Message-ID: <1181932503.141684.143350@q19g2000prn.googlegroups.com>


On Jun 15, 11:33 am, keeling <jkeelin..._at_yahoo.com> wrote:
> On Jun 15, 11:24 am, Frank van Bortel <frank.van.bor..._at_gmail.com>
> wrote:
>
>
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
>
> > keeling wrote:
> > > index on this column. As a side note, I'm testing for the presence of
> > > null, because if found, I update all 'null' values with '-1'. I'm
> > > doing this because I intend to use this column as part of a primary
> > > key constraint.
>
> > Totally unnecessary:
> > update table set column_a =-1 where column_a is null.
>
> > Fastest method ever.
> > Still want to know how many? Use sql%rowcount after the update,
> > it holds the number of changed records
>
> > - --
> > Regards,
> > Frank van Bortel
>
> > Top-posting is one way to shut me up...
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.1 (MingW32)
>
> > iD8DBQFGctlfLw8L4IAs830RAiINAJ9mmJS93H99YAvN6dY9qQ/SQ31sagCeI81d
> > P/Ean+971Q9M1wsrFzcKJ1E=
> > =dgv6
> > -----END PGP SIGNATURE-----
>
> some of my customer's table row count approaches 100 million. The
> approach last suggested has been tried and deemed unacceptable due to
> duration of update. Note, this functionally exists in a script that
> upgrades a schema to be compliant with the latest version of our
> software. customers may run this script repeatedly; I don't want them
> to incur the pain of doing the update unnecessarily.

this is why i'm looking for a query to find any one row whose specific column = null. Hope this makes sense. Received on Fri Jun 15 2007 - 13:35:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US