# Can the Data in a Virtual Dataset be pushed to a Table in a Database (Postgres or any)?

**URL:** https://community.dremio.com/t/can-the-data-in-a-virtual-dataset-be-pushed-to-a-table-in-a-database-postgres-or-any/6250
**Category:** Dremio University
**Created:** [September 11, 2020, 8:31am UTC](https://community.dremio.com/t/can-the-data-in-a-virtual-dataset-be-pushed-to-a-table-in-a-database-postgres-or-any/6250 "2020-09-11T08:31:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Vijay](https://avatars.discourse-cdn.com/v4/letter/v/4bbf92/32.png) [@Vijay](https://community.dremio.com/u/Vijay)
#### Post date: [September 11, 2020, 8:31am UTC](https://community.dremio.com/t/can-the-data-in-a-virtual-dataset-be-pushed-to-a-table-in-a-database-postgres-or-any/6250/1 "2020-09-11T08:31:29Z")

</div>

Is there any way to push the results of a Dataset to a Table in a Database (Postgres or any) ?

---

<div class="post-metadata">

### Author: ![ben](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/ben/32/1367_2.png) [@ben](https://community.dremio.com/u/ben)
#### Post date: [September 11, 2020, 5:49pm UTC](https://community.dremio.com/t/can-the-data-in-a-virtual-dataset-be-pushed-to-a-table-in-a-database-postgres-or-any/6250/2 "2020-09-11T17:49:00Z")

</div>

Hello @Vijay,

You can use a CREATE TABLE statement to write a Parquet dataset to one of your filesystem/datalake sources, but there is no functionality to write RDBMS tables directly from Dremio.

See: [https://docs.dremio.com/sql-reference/sql-commands/tables.html#creating-tables](https://docs.dremio.com/sql-reference/sql-commands/tables.html#creating-tables)
