On Sat, Jul 3, 2010 at 8:14 AM, Tim Romano <[email protected]> wrote: > I'm not quite sure what you meant by "only show n times if it appears more > than n times'. Is the pseudo-code below analogous to what you are trying > to do? > > > for each surname in > (select surname from phone-book order by surname) > { > print surname no more than n times > }
Yes. -- Regards, Peng _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

