VIEW 経由で JOIN したテーブルを読む
0001: #################################################################### 0002: # ORDERTAB,FAMILY,GENUS,SPECIES が JOIN された VIEW 経由で DB を読む 0003: my($t1)=&Time::HiRes::time(); 0004: my($trans); 0005: &startTransaction(\$DB, \$trans); 0006: my(%khash)=("UPPER(SPECIESENG)"=>$uc); 0007: my(%hash)=&selectOneLine(\$trans, \ "VJOIN_SGFO", \%khash); 0008: &commitTransaction(\$trans); 0009: my($c)=0; 0010: print("via view to join ---"); 0011: if (%hash){ 0012: $c++; 0013: } 0014: my($t2)=&Time::HiRes::time(); 0015: printf("Select:%4d rows Elapsed:%8.3f msec\n", $c, ($t2-$t1)*1000);
この HTML を検査する。( XHTML 1.0 Strict で書かれています )
Another HTML Lint Gateway ( Mirrored by htmllint.oosato.org )