Minha área
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comentários
-
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…