Manual talk:Sql.php
Add topicAppearance
Latest comment: 6 years ago by 74.116.50.22 in topic Interactive Mode Pro-tip - Semicolon ends a statement
| This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Interactive Mode Pro-tip - Semicolon ends a statement
[edit]I struggled using sql.php to perform interactive queries. I'd write something like "select * from users" and hit enter but it would never do anything, just prompting for more input. Looking at the code taught me that it sits in a loop until the database's delimiter is detected which in my case was a semicolon. So "select * from users;" will do the trick. 74.116.50.22 (talk) 22:22, 9 March 2020 (UTC)