提交 2b712b8c authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation / formatting

上级 a60ff0eb
......@@ -1208,7 +1208,7 @@ Ensure the existing accessible databases are protected using strong passwords.
</p>
<p>
If you enable remote access using <code>-webAllowOthers</code>,
please ensure the web server can only be accessed from thrusted networks.
please ensure the web server can only be accessed from trusted networks.
The options <code>-baseDir, -ifExists</code> don't protect
access to the tools section, prevent remote shutdown of the web server,
changes to the preferences, the saved connection settings,
......
......@@ -4,6 +4,8 @@
--
--- special grammar and test cases ---------------------------------------------------------------------------------------------
-- TODO
create table results(eventId int, points int, studentId int);
> ok
......@@ -30,12 +32,12 @@ SELECT eventID FROM RESULTS
LIMIT 2;
SELECT SUM(r.points) FROM RESULTS r,
(SELECT eventID FROM RESULTS
(SELECT eventID FROM RESULTS
WHERE studentID = 2
ORDER BY points DESC
LIMIT 2 ) r2
WHERE r2.eventID = r.eventId
AND studentID = 2;
WHERE r2.eventID = r.eventId
AND studentID = 2;
drop table results;
> ok
......
......@@ -763,5 +763,4 @@ deque synchronizers affero kevent nikolaj hohmuth grajcar jens fogh hostnames
operate resized jni yjp ownable starvation reaper biased introduce epoll hangs
compaction aggressive powerful traversing pietrzak michi karl rewriting consequences
linearly patching perfect hole sip enwiki flooding uniformly recursions happening
permanently thrusted nucleus forbidden
permanently nucleus forbidden student trusted
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论