プロフィール
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
コメント
-
Hi, Ram_A wrote:Hi Experts,create table cust_src_tbl(cid varchar2(20),cname varchar2(20),cust_descprition varchar(40),cust_att clob);INSERT INTO cust_src_tbl values(1,'SHYAM','sales','<tag>A1-A2-A3-A4-A5-A6-A7-A8-A9-A10</tag>');create table cust_map(mpid varchar2(20),mp_value NUMBER);INSERT INTO cust_map…