5
I’m having a hard time putting together Query
I have 2 tables:
video_visualizacoes
with the fieldsvisualizacao_id, video_id, conta_id
(This field refers to the user who viewed the video)".videos
with the fieldsvideo_id, video_titulo e conta_id
(This field refers touploader
of the video)"
I need a Query that returns all videos that have not yet been viewed by particular user.
You can post what you’ve tried so far?
– Bia
It would be interesting to put an example of the tables, use this tool: http://lorefnon.me/plain-text-table/
– rubStackOverflow