您的位置:宽带测速网 > mysql教程 > mysql如何测试shell

mysql如何测试shell

2025-06-22 17:03来源:互联网 [ ]

a=0
echo $a
#while true
while [ $a -lt 1001 ]
do
echo $a
mysql pica_coredb<<!
#insert into
#insert into
#insert into
exit
!
a=`expr $a + 1`
if [ $a -gt 2000 ]
then
exit
fi