Database connector string in query

0
Hi, I'm trying to run the following query: Select Firstname From Customers Where Firstname = ‘Bob’. However, the whole query has to be a string in the database connector widget and it doesn't recognize double quotes as the start of a string. This results in: ‘Select Firstname From Customers Where Firstname = ‘Bob’ ’. This obviously does not work. Is there any way to make this work?
asked
1 answers
1
'Select Firstname From Customers Where Firstname = ''Bob''' 

try this

answered