I have table from which i want that it should fetch data by desc views but where cluase using here is the query it does not return any thing.
select = [[NSString alloc] initWithFormat:@"select * FROM ContentMaster WHERE ContentTagText ORDER BY Views DESC ='%@'",appDelegate.tagInput];
If remove where clause then it shows data in desc.