i refer http://dev.mysql.com/doc/refman/5.0/en/show-columns.html and realized syntax
"SHOW COLUMNS FROM mydb.mytable;" shows many fields
how can i create a view which smart enough to list
Table | Fields
Employee | Employee_ID
Employee | name
Employee | DOB
Vendor | vendor_ID
Vendor | name
Thanks
"SHOW COLUMNS FROM mydb.mytable;" shows many fields
how can i create a view which smart enough to list
Table | Fields
Employee | Employee_ID
Employee | name
Employee | DOB
Vendor | vendor_ID
Vendor | name
Thanks