I must select the names of the clients whose service was made on 2012-07-15
SELECT nombre FROM Clientes c JOIN Servicios s WHERE s.Fecha = '2012-07-15';
but I get an error
[Exception, Error code 30,000, SQLState 42X01] Syntax error: Encountered "WHERE" at line 1, column 48.