Victoria Becu

One query will use a natural join

SELECT * FROM movies NATURAL JOIN movie_title_ft_index2 WHERE movieid = 50; GROUP BY titleid;

  • December 17, 2016 at 6:44 PM
  • Last updated about 8 years ago
  • Visible to public