I want to ask how to show the table name along your data. For example, I have 2 tables.
TV show
id (int) title (varchar) release_date (date)
Films
id (int) title (varchar) release_date (date)
I would like to display
id title release_date table_name
So the question is how to display table name data. Thanks:)
source share