OSDN Git Service

version 1.1.7.0
[kybernetes/Kybernetes.git] / main / data / connection / CommandSqlDictionary.resx
index 045105e..dcfd321 100644 (file)
@@ -145,7 +145,7 @@ WHERE L.BASE_COMMAND = M.CMDSTR
     <comment>リンクを削除します。</comment>\r
   </data>\r
   <data name="getHelp" xml:space="preserve">\r
-    <value>select c.CMDSTR,h.SUMMARY,h.DETAIL from TBL_command c,tbl_help h where c.helpid = h.helpid AND cmdSTR=?</value>\r
+    <value>select c.cmdstr,h.summary,h.detail from tbl_command c,tbl_help h ,(select cmdstr as callcmd,cmdstr as realcmd from tbl_command cw union select link_command as callcmd,base_command  as realcmd from tbl_link lw ) l where c.helpid = h.helpid and c.cmdstr=l.realcmd and l.callcmd=?</value>\r
     <comment>個別ヘルプの内容を取得します。</comment>\r
   </data>\r
   <data name="getLink" xml:space="preserve">\r