Taglist Query Assistance
Can anyone help me with a query I want to run? I want to select all threads that have tags greater than 4?
I'm missing something big here, but my idea generally is:
select count(taglist) threadid, title FROM thread where taglist < 4
Just not sure if I need some sort of explode or something since theres comma's in the taglist field of the database
|