Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Update table problem
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.
--
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
![]() |
![]() |