>>>>> "mark" == mark <mark@stripped> writes:
mark> Thanks Paul,
mark> Actually I was referring to the manual. Maybe I am a bit mixed up here.
mark> D.1.2 Changes in release 3.23.6
--> Temporary tables now starts with #sql.
Hi!
Sorry about that; The above only means that internally temporary tables are
stored as files that start with '#sql'. You should not yourself create tables
that start with '#'. (You can nowadays to this by using ` (or " in
--ansi mode).
Sorry about the confusion.
Regards,
Monty