mirror of
				https://github.com/tursodatabase/libsql.git
				synced 2025-10-31 22:46:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
|     DROP TABLE IF EXISTS t2;
 | |
|     CREATE TABLE t2(x, y);
 | |
|     INSERT INTO t2 VALUES(1, 2);
 | |
|     INSERT INTO t2 VALUES(3, 4);
 | |
|   
 |