How to use JDBHammer JDBHammer简介: 它是一个数据库压力测试工具,它可以模拟指定数量的并发用户进行数据库查询操作并给出测试的结果报表(这个结果表现你指定的并发查询用户数完成查询任务所耗用的时间)。当前只支持 MySQL 数据库。本软件网上有很多介绍,但是未找到实用介绍,都相互抄来抄去,本人今天从官网上下载了最新版本http://sourceforge.net/projects/dbhammer-08,发现下载下来不能用,出现如下问题: 于是自己看错误,发现少了文件
1、 Find the name, loan number and loan amount of all customers; rename the column name loan_number as loan_id.
2、 Find the names of all customers whose street includes the substring “Main”.
3、Find all customers who have a loan, an account, or both:
4