All pastes #626642 Raw Edit

Miscellany

public text v1 · immutable
#626642 ·published 2007-07-19 19:55 UTC
rendered paste body
SELECT t1.title AS lev1, t2.title as lev2, t3.title as lev3, t4.title as lev4
		FROM wwm_guides AS t1
		LEFT JOIN wwm_guides AS t2 ON t2.parent = t1.Guide_ID
		LEFT JOIN wwm_guides AS t3 ON t3.parent = t2.Guide_ID
		LEFT JOIN wwm_guides AS t4 ON t4.parent = t3.Guide_ID
		WHERE t1.title = 'Your Town';