b5f86080c9b0665b8b9ddcb3edb26e2769115da5.svn-base 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding='UTF-8'?>
  2. <queryMap desc="STEEL MAKING QUERY ">
  3. <query id="UIH050010_01.select" desc="" fetchSize="10">
  4. <![CDATA[
  5. select (YARD_CLF||STEP_CLF||STORELAY||STORE_SEQ) YARD_ADDR
  6. ,coil_no
  7. from tbh05_coil_yard
  8. where yard_clf LIKE ?||'%'
  9. --and coil_no is not null
  10. ]]>
  11. </query>
  12. <query id="UIH050010.INIT_PARAM_01" desc="UIH050010 INIT_PARAM" fetchSize="10">
  13. <![CDATA[
  14. select distinct substr(yard_clf,0,3) LABEL,
  15. substr(yard_clf,0,3) VALUE
  16. from tbh05_coil_yard
  17. where yard_clf like 'C1%'
  18. or yard_clf like 'C2%'
  19. or yard_clf like 'C3%'
  20. or yard_clf like 'C4%'
  21. ]]>
  22. </query>
  23. <query id="UIH050010_02.select" desc="init " fetchSize="10">
  24. <![CDATA[
  25. select distinct yard_clf LABEL,yard_clf VALUE from tbh05_coil_yard where substr(yard_clf,0,3) = ?
  26. ]]>
  27. </query>
  28. <query id="UIH050010_01.update" desc=" " fetchSize="10">
  29. <![CDATA[
  30. update tbh05_coil_yard
  31. set coil_no = ?
  32. where YARD_CLF||STEP_CLF||STORELAY||STORE_SEQ = ?
  33. ]]>
  34. </query>
  35. </queryMap>