戻る

JOIN した VIEW を読む

0001: ###################################################################
0002: # ORDERTAB,FAMILY,GENUS,SPECIES が JOIN された VIEW 経由で DB を読む
0003: my($t2)=&Time::HiRes::time();
0004: printf("Select:%4d rows Elapsed:%8.3f msec\n", $c, ($t2-$t1)*1000);
0005: ####
0006: my($trans);
0007: my($t1)=&Time::HiRes::time();
0008: &startTransaction(\$DB, \$trans);
0009: my(%khash)=(SPECIESJPN=>$pvalue{WAMEI});
0010: my(%hash)=&selectOneLine(\$trans, \ "VJOIN_SGFO", \%khash);
0011: &commitTransaction(\$trans);
0012: print("via view to join ---");
0013: my($c)=0;
0014: if (%hash){
0015:     $c++;
0016: }
0017: my($t2)=&Time::HiRes::time();
0018: 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 )