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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Update table problem

Re: Update table problem

From: Mohammad Siddique <m_md_sidd_at_hotmail.com>
Date: Thu, 13 Dec 2001 07:12:28 -0800
Message-ID: <F001.003DBD11.20011213064522@fatcity.com>

hi,
  whether u want to update that row(with out space) or the entire column, if row alone means then the coding is

   update tbl set row = 'test1abc' where rname = 'test 1 abc' if u want to do for entire column make use of cursors or pl/sql by using trim for that column.



Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mohammad Siddique
  INET: m_md_sidd_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Dec 13 2001 - 09:12:28 CST

Original text of this message

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