Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EVAGISH authored May 15, 2024
1 parent 0cfbc6e commit e69493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Enter an SQL command (or 'exit;' to quit): SELECT * FROM users;
Enter an SQL command (or 'exit;' to quit): SELECT * FROM users WHERE name = 'Alex';
2 'Alex'
Enter an SQL command (or 'exit;' to quit): SELECT * FROM users ORDER BY id;
Enter an SQL command (or 'exit;' to quit): SELECT * FROM users ORDER BY id ASC;
1 'Simon'
2 'Alex'
Expand Down

0 comments on commit e69493b

Please sign in to comment.