select tf.Id,tf.Name,tf.LName,tf.Rank,tf.Category
where tf.Id not in (select fighter_id from tbl_player_fighter where league_id=91)
and tf.Status ='1'
これは構文エラーをスローしています。これを修正する方法についてのアドバイス。ありがとう。
select tf.Id,tf.Name,tf.LName,tf.Rank,tf.Category
where tf.Id not in (select fighter_id from tbl_player_fighter where league_id=91)
and tf.Status ='1'
これは構文エラーをスローしています。これを修正する方法についてのアドバイス。ありがとう。