5
I’m having a hard time putting together Query
I have 2 tables:
video_visualizacoeswith the fieldsvisualizacao_id, video_id, conta_id(This field refers to the user who viewed the video)".videoswith the fieldsvideo_id, video_titulo e conta_id(This field refers touploaderof 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