@@ -14,7 +14,7 @@ public class ViewController extends Controller {
*/
public void executeSql() {
try {
- List<Record> d = Db.use("zskk").find("SELECT * FROM doctors where hid = 74100001");
+ List<Record> d = Db.use("connected").find("SELECT TOP 3 * FROM yhxx");
this.renderJson(d);
} catch (Exception e) {
// TODO: handle exception