我有两张桌子.其中一个包含引号,另一个列出每个引用的所有给定投票(+1或-1).出于演示目的,我已经制作了两个表的简化版本:
+----+-----------------------------------------------------------------------+
| ID | quote |
+----+-----------------------------------------------------------------------+
| 1 | If you stare into the Abyss long enough the Abyss stares back at you. |
| 2 | Don't cry because it's over. Smile because it happened. |
| 3 | Those that fail to learn from history, are doomed to repeat it. |
| 4 | Find a job you love and you'll never work a day in your life. |
+----+-----------------------------------------------------------------------+
Run Code Online (Sandbox Code Playgroud)
+----+-------+------+
| ID | …Run Code Online (Sandbox Code Playgroud)