Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. asb_test=> select identifier from pokemon_forms pf where not exists (select 1 from pokemon_form_moves pfm join moves m on pfm.move_id=m.id join types t on m.type_id=t.id where pfm.pokemon_form_id=pf.id and m.damage_class_id != 3 and t.identifier in ('dark', 'fire', 'flying', 'ghost', 'rock')) order by "order";
  2. identifier
  3. -------------------
  4. caterpie
  5. metapod
  6. weedle
  7. kakuna
  8. oddish
  9. ditto
  10. sunkern
  11. sunflora
  12. unown-a
  13. unown-b
  14. unown-c
  15. unown-d
  16. unown-e
  17. unown-f
  18. unown-g
  19. unown-h
  20. unown-i
  21. unown-j
  22. unown-k
  23. unown-l
  24. unown-m
  25. unown-n
  26. unown-o
  27. unown-p
  28. unown-q
  29. unown-r
  30. unown-s
  31. unown-t
  32. unown-u
  33. unown-v
  34. unown-w
  35. unown-x
  36. unown-y
  37. unown-z
  38. unown-exclamation
  39. unown-question
  40. wynaut
  41. wobbuffet
  42. smeargle
  43. wurmple
  44. silcoon
  45. cascoon
  46. shroomish
  47. feebas
  48. milotic
  49. clamperl
  50. beldum
  51. kricketot
  52. burmy-plant
  53. burmy-sandy
  54. burmy-trash
  55. petilil
  56. lilligant
  57. klink
  58. klang
  59. klinklang
  60. tynamo
  61. scatterbug
  62. spewpa
  63. flabebe-red
  64. flabebe-yellow
  65. flabebe-orange
  66. flabebe-blue
  67. flabebe-white
  68. floette-red
  69. floette-yellow
  70. floette-orange
  71. floette-blue
  72. floette-white
  73. florges-red
  74. florges-yellow
  75. florges-orange
  76. florges-blue
  77. florges-white
  78. spritzee
  79. aromatisse
  80. (76 rows)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement