Chinaunix首页 | 论坛 | 博客
  • 博客访问: 41377
  • 博文数量: 14
  • 博客积分: 770
  • 博客等级: 军士长
  • 技术积分: 200
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-30 09:35
文章分类

全部博文(14)

文章存档

2011年(1)

2008年(13)

我的朋友

分类: Mysql/postgreSQL

2008-04-05 08:57:02

导入SQL脚本:
mysql> source huex_1_0_st_transcript_annot.sql

导入本地文件:
mysql> load data local infile "/home/quwubin/probeset.csv" into table huex fields terminated by ',';

mysql> load data local infile "/home/quwb/data/probeset/MoEx-1_0-st-v1.na25.mm9.probeset.csv" into table probeset fields terminated by ',' enclosed by '"'

修改表名:
mysql> alter table huex rename as huex_1_0_st_transcript_annot
阅读(767) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~