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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -