You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Test case migrated from regression test suite:
 | 
						|
# ./mysql/queries/nightly/alltest/test102/q5.1.3.sql
 | 
						|
#
 | 
						|
# Author: Susil, susil.behera@mariadb.com
 | 
						|
#
 | 
						|
 | 
						|
-- source ../include/have_columnstore.inc
 | 
						|
 | 
						|
USE tpch1;
 | 
						|
 | 
						|
select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber;
 |