|
For example, if you query all the videos that an actor has performed, if the field of the actor has Keanu Reeves, Keanu Levis, and Keanu Reeves, how should the sql statement to query the record of his movie be written?
select * from movieinfo where actor ...? ? |
|