Jean Carlo wrote: > > How can I get the field names from a specified MySQL table? > > I don't need the data, I just want to get the tables field names. > SHOW TABLES; With this command you'll see the table names.
Jean Carlo wrote: > > How can I get the field names from a specified MySQL table? > > I don't need the data, I just want to get the tables field names. > SHOW TABLES; With this command you'll see the table names.