SynesthesiaWiki : WikiImport

Site Home | HomePage | Categories PageIndex RecentChanges Login/Register
SQL to import from ErfurtWiki to WikkaWiki:

INSERT INTO `databasename`.`wikka-pages-table`
SELECT "" as ID, `pagename` AS `tag`, FROM_UNIXTIME(`lastmodified`) AS `TIME`, `content` AS `body`, "UserName" AS `owner`, "USerName" AS `user`,"Y" AS `latest`, "write a descriptive note" AS `note`, "page" AS `HANDLER`
FROM `erfurt-wiki-table`
WHERE 1
ORDER BY `pagename` ASC , `version` ASC ;


Cite as "Multiple Authors; WikiImport. Synesthesia Wiki; Retrieved 5th Dec 2008 from http://www.synesthesia.co.uk/wikka/WikiImport"
Unless otherwise expressly stated, all original material of whatever nature contributed by the various authors of this page is licenced under a Creative Commons Attribution-NonCommercial-ShareAlike Licence.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0779 seconds