Pārlūkot izejas kodu

removed H2 console reference

L. Dolio Durant 6 gadus atpakaļ
vecāks
revīzija
4930a847b3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      README.md

+ 1
- 1
README.md Parādīt failu

@@ -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