From c33140b2eb696404e26b4efe4f445ecc85078dac Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Fri, 31 Jan 2020 10:50:30 +0100 Subject: [PATCH] fix semicolon --- schema/sample_query_1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/sample_query_1.sql b/schema/sample_query_1.sql index e89cf50..73f4478 100644 --- a/schema/sample_query_1.sql +++ b/schema/sample_query_1.sql @@ -7,4 +7,4 @@ FROM INNER JOIN dim_author ON dim_author.id = map_book_author.author WHERE - dim_author.name LIKE '%Fjodor%' \ No newline at end of file + dim_author.name LIKE '%Fjodor%'; \ No newline at end of file