| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Feb 4 at 1:28 | |
| stats | profile views | 13 |
SELECT a.pokemon_name, a.name, a.type, a.damage, a.desc FROM Attack a INNER JOIN ( SELECT type, MAX(damage) MaxD FROM Attack GROUP BY Type ) b ON a.Type = b.Type AND a.damage = b.MaxD WHERE a.type!="none"
SELECT was, gonna_be FROM evolves WHERE i_am = "dragonair
|
|
Stack Overflow | 113 rep | 7 |
This user has no active bounties
25 Votes Cast
| all time | by type | ||||
|---|---|---|---|---|---|
| 25 | up | 3 | question | ||
| 0 | down | 22 | answer | ||