select SQL_CACHE vm.fieldid, vm.mappingid, t.scripttype, if(scripttype =0 ,(select newUIContent from validationscript_details t1 where t1.scriptid = t.scriptid),(select scriptname from validationscript_details t2 where t2.scriptid = t.scriptid)) as content, vm.custommethod,mm.newUImethodname,(select content from validationscript_details t1 where t1.scriptid = t.scriptid),isScriptUpgradeRequires, isExistingScript,vm.scriptId from validationscript_details t inner join validationscript_mapping vm on vm.scriptid = t.scriptid inner join method_mapping mm on mm.mappingid = vm.mappingid where vm.fieldtype =? and vm.fieldId not in (0,39) and vm.projectID =? and vm.CustomMethod <> 0 |
1
|
279
|
7
|
|
0.00
|