From 3f795e4e6de4b068580f7045fcbd42d38413f17b Mon Sep 17 00:00:00 2001 From: vgupta3 Date: Sat, 10 Nov 2018 19:20:03 +0530 Subject: [PATCH] Fixed the code block for food table display (#21474) Added a code block end quote after the food table so that the company table is displayed in a separate code block. --- guide/english/sql/sql-right-join-keyword/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/sql/sql-right-join-keyword/index.md b/guide/english/sql/sql-right-join-keyword/index.md index 88e22a5517..6f17790473 100644 --- a/guide/english/sql/sql-right-join-keyword/index.md +++ b/guide/english/sql/sql-right-join-keyword/index.md @@ -33,7 +33,7 @@ food or LEFT table data | 5 | Jaffa Cakes | Pcs | 18 | | 7 | Salt n Shake | Pcs | | +---------+--------------+-----------+------------+ - +``` company or RIGHT table data