I read many threads about getting only the first row of a left join, but, for some reason, this does not work for me.
Here is my structure (simplified of course)
Feeds
id | title | content
----------------------
1 | Feed 1 | ...
Artists
artist_id | …
I have a view A and a view B.
In A I have a lot of information about some systems, like IP and port which I want to preserve all. In B I have just one information that I want …