From 7b29cd7f3696716326e3a04fe9c3aa3239b41e06 Mon Sep 17 00:00:00 2001 From: vgupta3 Date: Sat, 10 Nov 2018 13:04:53 +0530 Subject: [PATCH] Fixed the code block for student table display (#21437) Added a code block end quote after the student table so that the student-contact-info sql command is properly displayed in a code block. --- guide/english/sql/sql-left-join-keyword/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/sql/sql-left-join-keyword/index.md b/guide/english/sql/sql-left-join-keyword/index.md index 45adc6b649..5086ac6a71 100644 --- a/guide/english/sql/sql-left-join-keyword/index.md +++ b/guide/english/sql/sql-left-join-keyword/index.md @@ -60,6 +60,7 @@ student or LEFT table data | 9 | Raymond F. Boyce | 2400 | Computer Science | Raymond@someSchool.edu | +-----------+------------------------+-----------+------------------+------------------------+ 9 rows in set (0.00 sec) +``` student contact or RIGHT table SQL ```sql