I want to to removing the staff ranking from page.. & also want that no staff ranking should be visible on website.. Please help me with this. :)
I want to to removing the staff ranking from page.. & also want that no staff ranking should be visible on website.. Please help me with this. :)
Let's say your query is
Change it to (only an example)Code:SELECT TOP 14 * FROM Character WHERE DeleteFlag = 0 OR DeleteFlag = NULL ORDER BY Ranking ASC
Code:SELECT TOP 14 * FROM Character WHERE DeleteFlag = 0 OR DeleteFlag = NULL AND UGradeID = '0' OR UGradeID = '2' OR UGradeID = '252' ORDER BY Ranking ASC
Now where will i find this?..