13 lines
226 B
SQL
13 lines
226 B
SQL
# name: test/sql/attach/detach_keyword.test
|
|
# description: Test DETACH with keywords
|
|
# group: [attach]
|
|
|
|
statement ok
|
|
PRAGMA enable_verification
|
|
|
|
statement ok
|
|
ATTACH DATABASE ':memory:' AS varchar;
|
|
|
|
statement ok
|
|
DETACH varchar
|