comparison s4-blog.sh @ 956:b8ce08814228 draft

Keep all records
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 25 Nov 2021 11:18:25 +0900
parents 420ad90116e6
children 0d9caeab3d81
comparison
equal deleted inserted replaced
955:946f2db59413 956:b8ce08814228
776 echo "<h2>$time - <a href=\"?replyblog+$brid\">$titleH</a>$frozen</h2>" 776 echo "<h2>$time - <a href=\"?replyblog+$brid\">$titleH</a>$frozen</h2>"
777 lshandoutsub "$owner" $brid "$tt" 777 lshandoutsub "$owner" $brid "$tt"
778 else 778 else
779 lshandoutsub "$owner" $brid "$tt" >/dev/null # Only create temp.table 779 lshandoutsub "$owner" $brid "$tt" >/dev/null # Only create temp.table
780 fi 780 fi
781 tbls="$tbls${tbls:+ NATURAL JOIN }$tt" 781 tbls="$tbls${tbls:+ LEFT NATURAL JOIN }$tt"
782 done 782 done
783 fi 783 fi
784 sql=${SQL:-"SELECT * FROM $tbls;"} 784 sql=${SQL:-"SELECT * FROM $tbls;"}
785 if [ -z "$CATCSV" ]; then 785 if [ -z "$CATCSV" ]; then
786 echo "<hr><h2>総合</h2>" 786 echo "<hr><h2>総合</h2>"

yatex.org