################################################# input : userid, querySQL, outfile, colseq[default'|']# output: outfile################################################
#step 1.if [ $# -eq 3 ];then userid=$1/$USINGDB querySQL=$2 outfile=$3# colsep='|' colsep=''elif [ $# -eq 4 ];then ...