mysql - DESCRIBE a joined table -
if use
describe 'tablename'
i filednames, need. possible fieldnames in same way if have joined 1 or more tables?
when describe table -> table's fieldnames. (it cannot know table want join with, , can hardly read minds) said in comment, can create view, returning fields joined tables, , try describe view itself.
Comments
Post a Comment