Procházet zdrojové kódy

removed H2 console reference

L. Dolio Durant před 6 roky
rodič
revize
4930a847b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

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