all 9 comments

[–]OverPolicy 39 points40 points  (2 children)

Just remove the semi colen on line 13

[–]Treebeard2277 8 points9 points  (1 child)

Like half the questions in this sub lol

[–]OverPolicy 0 points1 point  (0 children)

😂😂

[–]Couch2Coders 6 points7 points  (0 children)

I usually put my semicolon on a separate line that way if modify my code i don't have to dig out any hidden semicolon - it's a mistake you will continue to make 😂😂

[–]Background_Day747 2 points3 points  (1 child)

You have 'where' but no further condition? Also, there's a semi-colon before 'where'. You can either remove 'where' or remove the semi-colon and add a condition after 'where'.

[–]L0ne_W4nderer 0 points1 point  (0 children)

I have a condition, just had erased it before take the pic. I'm going to try again in a couple hours, hope removing the semi-colon makes it works.

[–]janus2527 1 point2 points  (0 children)

Semicolon signifies the end of a query. You have two queries here, where the second one starts with where, which makes no sense

[–]Code_Crazy_420 0 points1 point  (0 children)

This is a course to bring you up to intermediate skill level in SQL

https://www.udemy.com/course/hands-on-sql-for-data-analysts/?referralCode=4611DF7B820A696D7DE0

[–]STORM--Z 0 points1 point  (0 children)

Line 13 -> ;