0

What’s the answer..

Create a list of actors and the number of movies by each actor ???? this’s will be work with the sakila MySQL database...

27th Feb 2019, 12:04 PM
Lily🩋
Lily🩋  - avatar
2 Respostas
+ 2
Something like: SELECT actorName, Count(movieid) FROM actors Group by actorName;
28th Feb 2019, 12:14 AM
dρlÏ…Ń•ÏlÏ…Ń•
dρlÏ…Ń•ÏlÏ…Ń• - avatar
- 1
omg. thank you 💓
28th Feb 2019, 2:50 AM
Lily🩋
Lily🩋  - avatar