enq 相关的软件列表

首页

perl 学习资料整理篇

2020-02-16 标签:perl,学习,资料,整理,null,值的,判断,t,type,id,pref,dbh,selectrow,array,select,enq

NULL值的判断 $t{type1id} = $$pref{dbh}->selectrow_array("SELECT type1id FROM enq1 WHERE id = 3"); if ( $t{type1id} == 0 ) { print "Type1id is NULL\n";