if i have roughly 25 identical tables is it possible to do the following
SELECT tm_name,
`tablename` as Activity
from t1, t2 ,t3
where date = curdate
or would it be better to add another column to the table thats hidden from the users and automatically populate with the tablename.