I hope this isn't considered cross-posting. I have tried to ask this question in the Newbie section and didn't get much response, possible because of my poor explanation. So I thought I would try it again from scratch.
I am attempting to list all the tables (names of the tables) which I have done, but I want to add a couple of outputs to the list. I want to ALSO return how many records are in each table, and one of the row values in each table - all in the same output.
I am hoping to end up with an output that looks like:
TableNameOne - 4 records - id
TableNameTwo - 8 records - id
TableNameThree - 1 records - id
So far, all I have is
TableNameOne
TableNameTwo
TableNameThree
Thanks for any direction.