开发者

Opening the Table from the Database [closed]

It's difficult to tell what i开发者_Python百科s being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

Am new to MySQL 5.1

In MySQL Where i can i find the Database & Table....

I was attached one database in MYSQL through odbc connectivity, How can i get that table values from the attached database. And also i want to create a table from the database..


Next SQL statements should be helpful: SHOW DATABASES, SHOW TABLES, USE %databasename%.

Use SHOW DATABASES in order to retrieve the list of available databases inside the RDBMS MySQL.

Call USE %databasename% to use the database %databasename% as the default one for the subsequent manipulations.

And, finally, SHOW TABLES can be used to retrieve the list of tables current database contains.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜