Update 02-database.md
This commit is contained in:
parent
5b8d0ae837
commit
6fdaa442ad
|
@ -142,7 +142,7 @@ The preceding SQL statement can be used in migration scenarios. This command can
|
||||||
### View Database Configuration
|
### View Database Configuration
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
select * from information_schema.ins_databases \G;
|
SELECT * FROM INFORMATION_SCHEMA.INS_DATABASES WHERE NAME='DBNAME' \G;
|
||||||
```
|
```
|
||||||
|
|
||||||
The preceding SQL statement shows the value of each parameter for the specified database. One value is displayed per line.
|
The preceding SQL statement shows the value of each parameter for the specified database. One value is displayed per line.
|
||||||
|
|
Loading…
Reference in New Issue