mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
use test;
|
|
drop table if exists foo;
|
|
!$1146 insert into foo values(1);
|