On 5/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have 3 tables (2 tables + 1 lookup table that ties them) and running
> a straight-forward aggregate count(*) query with a couple of joins
> takes about 10 seconds (and I need it to be sub-second or so).
> Also, I am wondering
Greetings,
I have a simple question about SQL command :
create table tableName1 LIKE parentTable INCLUDING defaults ;
I was trying to create table "tableName1" with the same structure as
"parentTable" without any data. I got a syntax error:
'syntax error at or near "like" ... '
I guess t
Ying Lu wrote:
Greetings,
I have a simple question about SQL command :
create table tableName1 LIKE parentTable INCLUDING defaults ;
I was trying to create table "tableName1" with the same structure as
"parentTable" without any data. I got a syntax error: 'syntax error at
or near "like"
On Fri, May 27, 2005 at 11:48:39AM -0400, Ying Lu wrote:
>
> create table tableName1 LIKE parentTable INCLUDING defaults ;
>
> I was trying to create table "tableName1" with the same structure as
> "parentTable" without any data. I got a syntax error:
> 'syntax error at or near "like" ... '