数据库mysql
文章平均质量分 77
zhuang__ming
如果一定有人要成功,那为什么不是我呢?
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#从数据库mysql读取数据
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks;原创 2016-09-05 10:33:43 · 3941 阅读 · 0 评论 -
mysql操作
mysql> select *from seller; +-----+--------+ | id | name | +-----+--------+ | 1 | haha | | 100 | babbaa | +-----+--------+ 2 rows in set (0.00 sec) mysql> show tables -> ; +--原创 2016-09-05 10:36:56 · 401 阅读 · 0 评论
分享