I need to print a message between query results, but i can't find an appropriate SQL command that works with SQLite. For example if I have 2 tables, BRANCH and STAFF, and I need to return it's contents, i want the output to be like
BRANCH data ------------
*table content here*
STAFF data -------------
* table content here*
How do I print BRANCH data ----- message?