红联Linux门户
Linux帮助

shell 如何处理查询mysql数据库的结果

发布时间:2006-08-14 13:43:24来源:红联作者:gsl_silence
请教下如何用shell脚本处理运行mysql语句后出来的结果
比如说下列的例子:

#!/bin/sh
mysql -u root -p <use datebase
select username from usetable where username like 'VIP%' order by id desc limit 1;
quit
read id
echo $id

得出来的结果是:

username
VIP00001

请问怎样读出VIP00001而把username排除掉?
文章评论

共有 0 条评论