SynesthesiaWiki : WikiImport

Site Home | HomePage | Categories PageIndex RecentChanges Login/Register

Revision [266]

Most recent edit made on 2007-06-12 08:40:04 by JulianElve

Additions:
INSERT INTO `databasename`.`wikka-pages-table`


Deletions:
INSERT INTO `datbasename`.`wikka-pages-table`




Revision [265]

Edited on 2007-06-12 08:39:40 by JulianElve

Additions:
%%(mysql)


Deletions:
%%(sql)




Revision [50]

The oldest known version of this page was edited on 2007-06-12 07:52:29 by JulianElve
SQL to import from ErfurtWiki to WikkaWiki:
INSERT INTO `datbasename`.`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.7848 seconds