Suppose I have two tables: shares and follows. Currently, I have a query that returns the latest shares ordered by date, limited to 25 results. What I would like to do is query from both follows and shares, returning the latest 25 results. However, I'm unsure as to how to do this.Suppose I have two tables: shares and follows.