maxmempertab.out

来自「derby database source code.good for you.」· OUT 代码 · 共 188 行 · 第 1/3 页

OUT
188
字号
Rows seen from the left = 3Rows seen from the right = 2Rows filtered = 0Rows returned = 2	constructor time (milliseconds) = 0	open time (milliseconds) = 0	next time (milliseconds) = 0	close time (milliseconds) = 0Left result set:	Table Scan ResultSet for TAB3 at read committed isolation level using instantaneous share row locking chosen by the optimizer	Number of opens = 1	Rows seen = 3	Rows filtered = 0	Fetch Size = 16		constructor time (milliseconds) = 0		open time (milliseconds) = 0		next time (milliseconds) = 0		close time (milliseconds) = 0		next time in milliseconds/row = 0	scan information: 		Bit set of columns fetched=All		Number of columns fetched=2		Number of pages visited=3		Number of rows qualified=3		Number of rows visited=3		Scan type=heap		start position: null		stop position: null		qualifiers:NoneRight result set:	Hash Scan ResultSet for TAB4 at read committed isolation level using instantaneous share row locking: 	Number of opens = 3	Hash table size = 3	Hash key is column number 1	Rows seen = 2	Rows filtered = 0		constructor time (milliseconds) = 0		open time (milliseconds) = 0		next time (milliseconds) = 0		close time (milliseconds) = 0		next time in milliseconds/row = 0	scan information: 		Bit set of columns fetched=All		Number of columns fetched=2		Number of pages visited=3		Number of rows qualified=3		Number of rows visited=3		Scan type=heap		start position: null		stop position: null		scan qualifiers:None		next qualifiers:Column[0][0] Id: 1Operator: =Ordered nulls: falseUnknown return value: falseNegate comparison result: falseij> rollback;ij> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?