My query :
SELECT * FROM game_tbl WHERE ( `player_o` = 1 OR `player_x` = 1 ) AND ( `player_o` = NULL OR `player_x` = NULL )
use: mysql
and the result is zero rows, i want the 'game1'. Well i guess i can use other query but, important to my to understand right my wrong sql syntax, thank you all
