I have 2668 rows in my table.
select count(distinct ID) from mytable;
gives the following results: 2668
However, when I use:
select ID from uniprot;
I only get 1000 rows returned, what could be the problem?
I use windows xp 1 GB ram, and mysql 4.0.18
Any help is appreciated.
Dear all;
I am up to my hairs. I am new to mysql. I installed mysql 4.0.18 on my windows xp machine. I am trying to import a DB from flat files. I have created the database and tables. Then I try to use the mysqlimport to do the task. I get errors.
Here is two versions of syntax I used...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.