Skip to content

Commit

Permalink
Merge pull request #4343 from EnterpriseDB/kunliuedb-patch-1
Browse files Browse the repository at this point in the history
Update import_data.mdx
  • Loading branch information
drothery-edb authored Aug 23, 2023
2 parents 5a03d53 + 2ea4d89 commit 4c47cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PostgreSQL includes a variety of ways to import data. Here, we'll show how to im

For this demonstration, we're going to import batter data from the [Baseball Databank](https://github.com/chadwickbureau/baseballdatabank), which is in CSV form. While it's easy to import the data using [PostgreSQL's COPY command](https://www.postgresql.org/docs/current/sql-copy.html), we'll need to first define a table to put that data into.

We're going to [add a database](/biganimal/latest/using_cluster/01_postgres_access/#one-database-with-one-application) called "baseball," which we'll populate with some Major League Baseball statistics.
We're going to add a database called "baseball," which we'll populate with some Major League Baseball statistics.

```sql
create database baseball;
Expand Down

1 comment on commit 4c47cce

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.