Re: insert into table

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Yambu <hyambu(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: insert into table
Date: 2021-05-29 04:28:45
Message-ID: CAKFQuwbC3DODGn2iv1aKXfeMef_1C6ZKkrw4o=BunMyeeDv_qA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, May 28, 2021 at 9:22 PM Yambu <hyambu(at)gmail(dot)com> wrote:

> may i know why the below mysql is not inserting into table analyze_checks
> insert into analyze_checks(dbname,table_name,frag_ratio,
> days,needs_optimization,needs_analyzing )
> (select
>
>
Since I don't have the benefit of seeing an error message I'm going to
presume the parentheses surrounding the select query are being rejected.

David J.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Yambu 2021-05-29 04:33:24 Re: insert into table
Previous Message Scott Ribe 2021-05-29 04:24:30 Re: insert into table