Re: Help with syntax error

2024-12-01 Thread Ron Johnson
On Sun, Dec 1, 2024 at 7:14 PM Arbol One wrote: > I have these tables: > > > > > > > > > > > > > > > > > > > > *CREATE TABLE IF NOT EXISTS registrar ( index SERIAL, registrar_id TEXT, > day TEXT NOT NULL, month TEXT NOT NULL, year TEXT NOT NULL, hour TEXT NOT > NULL, minute TEXT NOT NULL, second

Re: Help with syntax error

2024-12-01 Thread Arbol One
😳 O, I feel so dumb, that I find it so funny!! Thanks man!!! I need to step away from the computer for a while, I think fatigue is getting the best of me. On 2024-12-01 7:17 p.m., Adrian Klaver wrote: On 12/1/24 16:14, Arbol One wrote: I have these tables: *CREATE TABLE IF NOT EXISTS re

Re: Help with syntax error

2024-12-01 Thread Adrian Klaver
On 12/1/24 16:14, Arbol One wrote: I have these tables: *CREATE TABLE IF NOT EXISTS registrar ( index SERIAL, registrar_id TEXT, day TEXT NOT NULL, month TEXT NOT NULL, year TEXT NOT NULL, hour TEXT NOT NULL, minute TEXT NOT NULL, second TEXT NOT NULL, millisecond TEXT NOT NULL, am_pm TEXT NOT N