diff --git a/www/SQL-Strings b/www/SQL-Strings new file mode 100644 index 0000000..d2e31c3 --- /dev/null +++ b/www/SQL-Strings @@ -0,0 +1,3 @@ +select * from tblpokemon where pokemonweaka is null; + +update tblpokemon set pokemonweaka=12, pokemonweakb=7, pokemonweakc=2, pokemonweakd=17, pokemonweake=0, pokemonweakf=0, pokemonweakg=0 where pokemontypa=14 and pokemontypb =18; \ No newline at end of file diff --git a/www/pokedex.db b/www/pokedex.db index c5f9125..7ddcdcc 100644 Binary files a/www/pokedex.db and b/www/pokedex.db differ