在sql server 中可以实现declare @account int
set @account=(select count(id)from table_1)
print'account='+@account
在mysql中如何实现  请教高手