I created a MySQL view using UNION ALL from two tables so that I would get the same column names for the same data in those tables (i.e. tbl1.author2 AS translator ... tbl2.translator AS translator) a
i play whit CREATE VIEW\'s in MySQL 5, now i have a troble, how can i make sure when i use this code.