I'm having a hard time putting together Query
I have 2 tables:
-
video_visualizacoes
with fieldsvisualizacao_id, video_id, conta_id
(This field refers to the user who viewed the video) ". -
videos
with fieldsvideo_id, video_titulo e conta_id
(This field refers touploader
of video) "
I need a Query to return all videos that have not yet been viewed by a particular user.