瀏覽代碼

removed H2 console reference

L. Dolio Durant 6 年之前
父節點
當前提交
4930a847b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -29,7 +29,7 @@ VALUES ('Smith', 'John', '230-4293', '1973-01-23');
29 29
 After doing that insert, go ahead and run all the statements in the `data-h2.sql` file.  That should build out your
30 30
 database enough to get started.  Feel free to add more people, though.
31 31
 
32
-My suggestion for the following stuff is, in the H2 console, leave the first line as a `SELECT *` from whatever tables
32
+My suggestion for the following stuff is, in the Mysql console, leave the first line as a `SELECT *` from whatever tables
33 33
 you're querying.  Then, after that, run your queries.  That way you can compare the results of your query with the 
34 34
 data in the table.
35 35