[FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
		| @ -2855,6 +2855,9 @@ int ObRawExprPrinter::print(ObSysFunRawExpr *expr) | ||||
|             ret = OB_ERR_UNEXPECTED; | ||||
|             LOG_WARN("sequence should sepcify format as seqname.action", K(ret)); | ||||
|           } | ||||
|           if (OB_SUCC(ret) && seq_expr->is_dblink_sys_func()) { | ||||
|             DATA_PRINTF("@%.*s", LEN_AND_PTR(seq_expr->get_dblink_name())); | ||||
|           } | ||||
|         } | ||||
|         break; | ||||
|       } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 zzg19950727
					zzg19950727