Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions clients/TrainingWheels/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@

<h3>New Query</h3>
<textarea id="activequery">SELECT username, balance, fuel_reserve FROM my_player;</textarea>
Schemaverse Help: <a href="http://wiki.github.com/Abstrct/Schemaverse/how-to-play" target="_blank">How to play</a> |
<a href="http://wiki.github.com/Abstrct/Schemaverse/schemaverse-views" target="_blank">Views</a> |
<a href="http://wiki.github.com/Abstrct/Schemaverse/schemaverse-functions" target="_blank">Functions</a> |
<a href="http://wiki.github.com/Abstrct/Schemaverse/schemaverse-tables" target="_blank">Tables</a>
Schemaverse Help: <a href="https://schemaverse.com/tutorial/tutorial.php" target="_blank">How to play</a> |
<a href="https://schemaverse.com/tutorial/tutorial.php?page=Views" target="_blank">Views</a> |
<a href="https://schemaverse.com/tutorial/tutorial.php?page=Functions" target="_blank">Functions</a> |
<a href="https://schemaverse.com/tutorial/tutorial.php?page=Tables" target="_blank">Tables</a>
<br />
PostgreSQL Help:
<a href='http://www.postgresql.org/docs/9.0/static/sql-select.html' target="_blank">SELECT</a> |
Expand Down