我如何将mysql中的表名列入组合框C#? [英] How I list table name in mysql into combobox C#?

查看:80
本文介绍了我如何将mysql中的表名列入组合框C#?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我有一个mysql名称为data的数据库。在数据中我有3个表,其名称为a_table,b_table,c_table。

如何在数据库数据中列出表名?

请救命。谢谢。

解决方案

  SHOW  表格  IN 数据; 

尝试 MySQL 手册 < span class =code-leadattribute>完整 有用 信息

https: // dev.mysql.com/doc/refman/5.0/en/show-tables.html


Hello,
I have a database in mysql name "data". In data I have 3 table which name "a_table", "b_table","c_table".
How I list the name of table in database "data"?
Please help. Thanks.

解决方案

SHOW TABLES IN data;

Try the MySQL Manual, it is full of useful information.

https://dev.mysql.com/doc/refman/5.0/en/show-tables.html


这篇关于我如何将mysql中的表名列入组合框C#?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆