not in ansi sql, as far as i know -- maybe some recent version of standard sql has introduced recursion, but that matters little if no actual databases out in the real world support it
oracle is an exception, you can do it in oracle using START WITH and CONNECT BY syntax
rudy