Good day,
I\'m having the following request to get all artworks inner join with their user info:
SELECT a.*, row_to_json(u.*) as users FROM artworks a INN