Sv: How To Edit Tables

From: Jan Hansen <jan_at_IHATESPAMbrandsoft.dk>
Date: 2000/06/07
Message-ID: <CEn%4.51$Hn1.1541_at_news.get2net.dk>#1/1


You can edit tables with TOAD:

    edit scott.emp;

If you want to use select, you have to select rowid, otherwise the table is read-only.

   select x.rowid, x.* from scott.emp x

---Jan

> Is there any tool out there that allows you to edit the data in oracle
> tables? Maybe something like the way you edit tables in MSAccess using
> Datasheet view. I was told you could do it with TOAD, but it won't let
 me.
> Thanks
Received on Wed Jun 07 2000 - 00:00:00 CEST

Original text of this message