> On 5 May 2015, at 15:41, Peter Haworth <pete at lcsql.com> wrote: > > If you need to create the table > if it doesn't exist, you could CREATE TABLE IF NOT EXISTS. Was just looking for a generalised method of determining if a table exists without having to create the table. Thanks Terry