diff s4-blog.sh @ 374:59e31510f574

Avoid to use "count" as column name(gethandoutcsv2)
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 27 Nov 2016 15:19:00 +0859
parents 57a2e6acf005
children b971fa6ebcb1
line wrap: on
line diff
--- a/s4-blog.sh	Sun Nov 27 10:15:15 2016 +0859
+++ b/s4-blog.sh	Sun Nov 27 15:19:00 2016 +0859
@@ -348,7 +348,7 @@
 	 SELECT gecos "名前",
 		substr(author, 1, instr(author, '@')-1) "uname",
 		unit,
-		cnt "count"
+		cnt "post"
 	 FROM count_list cl JOIN gecoses g ON cl.author=g.name;
 	EOF
 }

yatex.org