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.

7 lines
355 B

12 months ago
  1. select * from staticdatatype where typeTitle ='Compliance Rule'
  2. select * FROM staticDataValue where typeid='4600'
  3. UPDATE staticDataValue set isActive='Y' where valueId in(11311,11312,4603)
  4. UPDATE staticDataValue set detailDesc='Number of transaction Per Receiver' where valueId in(11312)
  5. UPDATE staticDataValue set isActive='N' where valueId in(11403)