Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4263043
  • 博文数量: 1148
  • 博客积分: 25453
  • 博客等级: 上将
  • 技术积分: 11949
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-06 21:14
文章分类

全部博文(1148)

文章存档

2012年(15)

2011年(1078)

2010年(58)

分类: Mysql/postgreSQL

2011-08-05 18:55:48

留空




我们选择的 数据库
mysql> select database();
+------------+
| database() |
+------------+
| test1      |
+------------+
1 row in set (0.00 sec)

mysql> show tables
    -> ;
+-----------------+
| Tables_in_test1 |
+-----------------+
| tt              |
+-----------------+
1 row in set (0.00 sec)

mysql> select * from tt;

具有优先级
mysql> select high_priority * from tt;

low_priority 低优先级写
mysql> insert low_priority into tt values(1,'a');










阅读(523) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~