# Postgres Sql

**URL:** https://community.automationedge.com/t/postgres-sql/2024
**Category:** Get Help & Discuss
**Tags:** rpa
**Created:** [April 30, 2020, 12:25pm UTC](https://community.automationedge.com/t/postgres-sql/2024 "2020-04-30T12:25:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ankit175](https://avatars.discourse-cdn.com/v4/letter/a/f17d59/32.png) [@Ankit175](https://community.automationedge.com/u/Ankit175)
#### Post date: [April 30, 2020, 12:25pm UTC](https://community.automationedge.com/t/postgres-sql/2024/1 "2020-04-30T12:25:07Z")

</div>

How to Override data in same table postgresql database?

---

<div class="post-metadata">

### Author: ![madhavi.bade](https://avatars.discourse-cdn.com/v4/letter/m/50afbb/32.png) [@madhavi.bade](https://community.automationedge.com/u/madhavi.bade)
#### Post date: [April 30, 2020, 1:03pm UTC](https://community.automationedge.com/t/postgres-sql/2024/2 "2020-04-30T13:03:10Z")

</div>

Hi Ankit,

To override data in table, you can first delete existing records and then insert new records.

You can use ‘Delete’ step for deleting the records and ‘Table output’ step for inserting new records

---

<div class="post-metadata">

### Author: ![Ankit175](https://avatars.discourse-cdn.com/v4/letter/a/f17d59/32.png) [@Ankit175](https://community.automationedge.com/u/Ankit175)
#### Post date: [April 30, 2020, 5:36pm UTC](https://community.automationedge.com/t/postgres-sql/2024/3 "2020-04-30T17:36:01Z")

</div>

Okay, thank you.
