Home Mysql Without Duplicate
Post
Cancel

Mysql Without Duplicate

1
2
3
4
5
6
CREATE TABLE `transcripts` (
`ensembl_transcript_id` varchar(20) NOT NULL,
`transcript_chrom_start` int(10) unsigned NOT NULL,
`transcript_chrom_end` int(10) unsigned NOT NULL,
PRIMARY KEY (`ensembl_transcript_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

참고

This post is licensed under CC BY 4.0 by the author.

[Python] Matplotlib 스타일 지정하기

[Python] 부동산 동별로 거래 건수 확인