Home
last modified time | relevance | path

Searched refs:toptemp (Results 1 – 1 of 1) sorted by last modified time

/plugin/top/db/
H A Dupdate0002.sql1 CREATE TEMPORARY TABLE toptemp ( table
9 INSERT INTO toptemp (page, month, lang, value) SELECT page, '', '', value FROM toppages;
21 INSERT INTO toppages (page, month, lang, value) SELECT page, month, lang, value FROM toptemp;
23 DROP TABLE toptemp;