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

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -