Skip to content

Commit

Permalink
Merge pull request #4717 from duckdb/revert-4467-attach-or-replace-docs
Browse files Browse the repository at this point in the history
Revert "Document ATTACH OR REPLACE"
  • Loading branch information
szarnyasg authored Feb 6, 2025
2 parents 2319ddb + 0f570fb commit 52c1d3f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/sql/statements/attach.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ Attach the database `file.db` if explicit database alias `file_db` does not yet
ATTACH IF NOT EXISTS 'file.db' AS file_db;
```

Attach the database `file2.db` as alias `file_db` detaching and replacing the existing alias if it exists:

```sql
ATTACH OR REPLACE 'file2.db' AS file_db;
```

Create a table in the attached database with alias `file`:

```sql
Expand Down

0 comments on commit 52c1d3f

Please sign in to comment.