in reply to Recursive dbh executions
Alternately, if you're using a database that supports this (such as Oracle or Postgres), you can use a CONNECT BY clause to have the database do the parent-child relationships for you. Or, you can use other methods that simulate that type of behavior.
Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recursive dbh executions
by cbrandtbuffalo (Deacon) on Mar 23, 2005 at 16:50 UTC | |
by dragonchild (Archbishop) on Mar 23, 2005 at 18:17 UTC |