I am using Oracle SQL developer and stuck in the following part of my query
WHERE table.books IN ('Jekyll & Hyde','Power')
The ampersand in "Jekyll & Hyde"
is causing a window asking to enter a value, how can I fix the syntax so that it recognizes this as one of the titles I am looking to filter by.
looking to retrieve readers that have read certain titles, but the query is not executing in its current state