mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +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);
|