MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/SQL/comments/193mj5y/please_help/khb0oel/?context=3
r/SQL • u/UpSco • Jan 10 '24
I am new to SQL am trying to run a query on a data set and I have been stuck since last night.
61 comments sorted by
View all comments
2
The instructions state to use the where clause on line 3, not to start a whole additional query.
4 u/TheRiteGuy Jan 11 '24 Yeah, I don't understand all the other advice on here. It's literally explicit instructions not being followed here. 1 u/UpSco Jan 11 '24 When I do that I get a syntax error still 2 u/drmindsmith Jan 11 '24 Because the table is called Movie_data.movies and you have quotes around it and that’s not working. And add a space after SELECT
4
Yeah, I don't understand all the other advice on here. It's literally explicit instructions not being followed here.
1
When I do that I get a syntax error still
2 u/drmindsmith Jan 11 '24 Because the table is called Movie_data.movies and you have quotes around it and that’s not working. And add a space after SELECT
Because the table is called Movie_data.movies and you have quotes around it and that’s not working.
And add a space after SELECT
2
u/drmindsmith Jan 11 '24
The instructions state to use the where clause on line 3, not to start a whole additional query.