connect_clause ::= "connect" "by" ( ( "prior" exp_simple comparaison_op exp_simple ) | ( exp_simple comparaison_op exp_simple "prior" ) ) [ "start" "with" condition ]
This rule is called by select_command
select_command