Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc. » Forum upgrade
Re: Forum upgrade [message #42704 is a reply to message #42703] Sun, 30 March 2014 14:03 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
And one more:

create temporary table temp (word_id int, msg_id int);
insert into temp select word_id, msg_id from fud26_index group by word_id, msg_id;
delete from fud26_index where msg_id > -10;
insert into fud26_index select word_id, msg_id from temp;
drop table temp;
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: To forum moderators: We are starting to be too harsh rejecting accounts
Next Topic: Smaller pics on the forum
Goto Forum:
  


Current Time: Fri May 17 05:08:25 CEST 2024

Total time taken to generate the page: 0.02412 seconds