...
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
update card_type set active='F' where cardtype_id in (select cardtype_id from card_type ct2 where ct2.code != 'Fortress' and ct2.instit_code = :instit_code) and instit_code = :instit_code; |
...
View file | ||||
---|---|---|---|---|
|
View file | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
update card_type set active='F' where cardtype_id in (select cardtype_id from card_type ct2 where ct2.code != 'Fortress' and ct2.instit_code = :instit_code) and instit_code = :instit_code; |