in reply to Weird uninitialized value error
The script is doing exactly what you asked it to do.
Obviously, since you never insert any records into the new table, your query will never return anything except column names.
Equally obvious, since your script tries to create the table mytable each time it is run, each run after the first will fail since the table mytable already exists.
Scott
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Weird uninitialized value error
by lampros21_7 (Scribe) on Feb 12, 2006 at 19:19 UTC | |
by GrandFather (Saint) on Feb 12, 2006 at 19:51 UTC | |
by helphand (Pilgrim) on Feb 12, 2006 at 19:49 UTC |