Oracle invalid identifier doesnt understand string
问题 I'm having an issue with my query not working. This is the command variable. When it executes it should be retrieving the tuples that have BSc as their degree. I have tested this in oracle directly and the query returns these. It is identical to the command statement. When I print out command , the line looks exactly the same as my command that worked in oracle. SELECT distinct fname, lname, student_id FROM student where degree='BA'; Yet, it should be printing out to the screen. The tables