Help for this page

Select Code to Download


  1. or download this
    SELECT COUNT(DISTINCT seq) FROM Peptide;
    
  2. or download this
    EXPLAIN AND DESCRIBE:
    mysql> explain select count(distinct seq) from Peptide;
    ...
    | didc   | int(11)                   |      |     | 0          |      
    +          |
    +--------+---------------------------+------+-----+------------+------
    +----------+
    12 rows in set (0.00 sec)
    
  3. or download this
    C:\testing\scripts>perl stat_tester.pl
    Connected
    DBD::mysql::db do failed: Lost connection to MySQL server during query
    + at stat_tester.pl line 54.