Re: [SQL] Create tables in one query

2000-11-24 Thread Albert REINER
On Thu, Nov 23, 2000 at 11:40:52AM -0500, [EMAIL PROTECTED] wrote: > On Thu, 23 Nov 2000, Tomasz Gralewski wrote: > > > I'd like to create a few tables in one SQL query, is that possible. > > What tools I have to use, Perl, Tcl, or maybe is there block command > > separator that I can write: > >

Re: [SQL] Create tables in one query

2000-11-23 Thread bmccoy
On Thu, 23 Nov 2000, Tomasz Gralewski wrote: > I'd like to create a few tables in one SQL query, is that possible. > What tools I have to use, Perl, Tcl, or maybe is there block command > separator that I can write: > CREATE TABLE abd > ( > atype, > btype, > ctype > ) an