1

enter image description here

i want to select "categoria",idjogo where idjogo=NULL, except the hentai. the hentai i want to select is the one where idjogo=100;

GMB
  • 216,147
  • 25
  • 84
  • 135

1 Answers1

0
WHERE idjogo <=> IF(categoria='hentai',100,NULL)
ysth
  • 96,171
  • 6
  • 121
  • 214