On Sat, Feb 11, 2017 at 3:54 PM Simon Slavin <[email protected]> wrote:
> On 11 Feb 2017, at 2:50pm, Rob van der sloot <[email protected]> > wrote: > > I want to use the index of a specific column of a table as a pulldown > list > > But I can't find any syntax how to select or view an index. > > Sorry. There is no way to find the contents of an index. > [DD] There is. See http://www.sqlite.org/imposter.html ALthough like others have said just select from the table In such a way to use the covering index. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

