阅读背景:

操作数应该包含1列关于插入和选择的内容

来源:互联网 
"insert into NodeProfileSections (profile_no, tpl_section_no) 
select (np.profile_no, tps.tpl_section_no)
from NodeProfile np, TemplateProfileSection tps, TemplateProfile tp 
where np.hostname = '%s' AND np.role = '%s' AND tp.tpl_profile_no = tps.tpl_profile_no 
AND tp.tpl_name = '%s' AND tp.role = '%s' AND tps.tpl_section_name = '%s';" 
%(hostname, role, template_name, role, section_name)
"insert into NodeProfileSections (profile_no, t



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: