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.
 
 

8 lines
355 B

select * from staticdatatype where typeTitle ='Compliance Rule'
select * FROM staticDataValue where typeid='4600'
UPDATE staticDataValue set isActive='Y' where valueId in(11311,11312,4603)
UPDATE staticDataValue set detailDesc='Number of transaction Per Receiver' where valueId in(11312)
UPDATE staticDataValue set isActive='N' where valueId in(11403)