On Thu, Oct 18, 2001 at 09:39:53AM -0700, Scott Taylor wrote: > Anyone know how I can do this? I can't seem to get past a syntax error > near the 'while'. (it worked up to the point I tried to put it into a > table, and the table works fine by itself)
This question is off-topic for the DBI users mailing list. Please find a more appropriate forum for such questions. To answer your question, you can't put while in the middle of an expression. Try using map instead. Ronald
