mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
9 lines
179 B
Text
9 lines
179 B
Text
|
use lpt1;
|
||
|
ERROR 42000: Unknown database 'lpt1'
|
||
|
use com1;
|
||
|
ERROR 42000: Unknown database 'com1'
|
||
|
use prn;
|
||
|
ERROR 42000: Unknown database 'prn'
|
||
|
create table nu (a int);
|
||
|
drop table nu;
|