mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
create database mysqltest;
 | 
						|
create table mysqltest.t1(a int);
 | 
						|
select table_schema from information_schema.tables where table_schema='mysqltest';
 | 
						|
table_schema
 | 
						|
drop database mysqltest;
 |