Home
last modified time | relevance | path

Searched refs:acks_temp (Results 1 – 1 of 1) sorted by relevance

/plugin/acknowledge/db/
H A Dupdate0002.sql3 CREATE TEMPORARY TABLE acks_temp table
11 INSERT INTO acks_temp (page,user,ack) SELECT page,user,ack FROM acks;
23 INSERT INTO acks (page,user,ack) SELECT page,user,ack FROM acks_temp;
25 DROP TABLE acks_temp;