Hi guys well what I'm trying to do is produce a query that only produces the results which will match my director input. I have looked for the correct syntax and cannot seem to find it.
Any help would be appreciated
Code of my syntax below:
ResultSet results = myStatement.executeQuery
("SELECT VIDEOID, VIDEONAME, DIRECTOR FROM VIDEOS");
while (results.next()) {
}