Try distinct inside the sub query
update application_xml_q2007 a
set a.xml_name = (select DISTINCT b.xml_name from application_xml_info_add b where a.form_id = b.form_id);
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |