You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

190 lines
2.6 KiB

1 year ago
  1. UPDATE agentmaster set agentId='394395' WHERE agentName='IME Mobile'
  2. select * from agentmaster where agentid=394449
  3. SET IDENTITY_INSERT agentmaster ON;
  4. insert into agentmaster(agentId,parentId
  5. ,agentName
  6. ,agentCode
  7. ,agentAddress
  8. ,agentCity
  9. ,agentCountry
  10. ,agentState
  11. ,agentDistrict
  12. ,agentZip
  13. ,agentLocation
  14. ,agentPhone1
  15. ,agentPhone2
  16. ,agentFax1
  17. ,agentFax2
  18. ,agentMobile1
  19. ,agentMobile2
  20. ,agentEmail1
  21. ,agentEmail2
  22. ,businessOrgType
  23. ,businessType
  24. ,agentRole
  25. ,agentType
  26. ,allowAccountDeposit
  27. ,actAsBranch
  28. ,contractExpiryDate
  29. ,renewalFollowupDate
  30. ,isSettlingAgent
  31. ,agentGrp
  32. ,businessLicense
  33. ,agentBlock
  34. ,agentCompanyName
  35. ,companyAddress
  36. ,companyCity
  37. ,companyCountry
  38. ,companyState
  39. ,companyDistrict
  40. ,companyZip
  41. ,companyPhone1
  42. ,companyPhone2
  43. ,companyFax1
  44. ,companyFax2
  45. ,companyEmail1
  46. ,companyEmail2
  47. ,localTime
  48. ,localCurrency
  49. ,agentDetails
  50. ,isActive
  51. ,isDeleted
  52. ,createdDate
  53. ,createdBy
  54. ,modifiedDate
  55. ,modifiedBy
  56. ,approvedDate
  57. ,approvedBy
  58. ,agentCountryId
  59. ,headMessage
  60. ,extCode
  61. ,swiftCode
  62. ,routingCode
  63. ,mapCodeInt
  64. ,mapCodeDom
  65. ,commCodeInt
  66. ,commCodeDom
  67. ,joinedDate
  68. ,isMigrated
  69. ,mapCodeIntAc
  70. ,mapCodeDomAc
  71. ,payOption
  72. ,agentApiType
  73. ,isHeadOffice
  74. ,routing
  75. ,isInternal
  76. ,cpEmail
  77. ,agentSettCurr
  78. ,contactPerson1
  79. ,contactPerson2
  80. ,latitude
  81. ,longitude
  82. ,agentAddress2
  83. ,apiAgent
  84. ,BANKCODE
  85. ,BANKBRANCH
  86. ,BANKACCOUNTNUMBER
  87. ,ACCOUNTHOLDERNAME
  88. ,IsIntl
  89. ,IsDom
  90. ,isApiPartner
  91. ,branchCode
  92. ,maxValue)
  93. select 394395,parentId
  94. ,agentName
  95. ,agentCode
  96. ,agentAddress
  97. ,agentCity
  98. ,agentCountry
  99. ,agentState
  100. ,agentDistrict
  101. ,agentZip
  102. ,agentLocation
  103. ,agentPhone1
  104. ,agentPhone2
  105. ,agentFax1
  106. ,agentFax2
  107. ,agentMobile1
  108. ,agentMobile2
  109. ,agentEmail1
  110. ,agentEmail2
  111. ,businessOrgType
  112. ,businessType
  113. ,agentRole
  114. ,agentType
  115. ,allowAccountDeposit
  116. ,actAsBranch
  117. ,contractExpiryDate
  118. ,renewalFollowupDate
  119. ,isSettlingAgent
  120. ,agentGrp
  121. ,businessLicense
  122. ,agentBlock
  123. ,agentCompanyName
  124. ,companyAddress
  125. ,companyCity
  126. ,companyCountry
  127. ,companyState
  128. ,companyDistrict
  129. ,companyZip
  130. ,companyPhone1
  131. ,companyPhone2
  132. ,companyFax1
  133. ,companyFax2
  134. ,companyEmail1
  135. ,companyEmail2
  136. ,localTime
  137. ,localCurrency
  138. ,agentDetails
  139. ,isActive
  140. ,isDeleted
  141. ,createdDate
  142. ,createdBy
  143. ,modifiedDate
  144. ,modifiedBy
  145. ,approvedDate
  146. ,approvedBy
  147. ,agentCountryId
  148. ,headMessage
  149. ,extCode
  150. ,swiftCode
  151. ,routingCode
  152. ,mapCodeInt
  153. ,mapCodeDom
  154. ,commCodeInt
  155. ,commCodeDom
  156. ,joinedDate
  157. ,isMigrated
  158. ,mapCodeIntAc
  159. ,mapCodeDomAc
  160. ,payOption
  161. ,agentApiType
  162. ,isHeadOffice
  163. ,routing
  164. ,isInternal
  165. ,cpEmail
  166. ,agentSettCurr
  167. ,contactPerson1
  168. ,contactPerson2
  169. ,latitude
  170. ,longitude
  171. ,agentAddress2
  172. ,apiAgent
  173. ,BANKCODE
  174. ,BANKBRANCH
  175. ,BANKACCOUNTNUMBER
  176. ,ACCOUNTHOLDERNAME
  177. ,IsIntl
  178. ,IsDom
  179. ,isApiPartner
  180. ,branchCode
  181. ,maxValue
  182. from agentmaster
  183. where agentid=394449
  184. SET IDENTITY_INSERT agentmaster OFF