goodchenwei123
Results
1
comments of
goodchenwei123
def check_active(self): """Check Intance is active and open""" sql = "select to_char(case when inst_cnt > 0 then 1 else 0 end, \ 'FM99999999999999990') retvalue from (select count(*) inst_cnt \ from...