[PATCH] support ROWNUM in openGauss
Signed-off-by: pufuan <pu.fuan@139.com>
This commit is contained in:
@ -301,6 +301,7 @@ Node* transformExpr(ParseState* pstate, Node* expr)
|
||||
case T_WindowFunc:
|
||||
case T_ArrayRef:
|
||||
case T_FuncExpr:
|
||||
case T_Rownum:
|
||||
case T_OpExpr:
|
||||
case T_DistinctExpr:
|
||||
case T_NullIfExpr:
|
||||
|
||||
Reference in New Issue
Block a user