forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
56 KiB
56 KiB
PROCEDURE with RETURNS
PROCEDURE with RETURNS will be modified to FUNCTION with RETURN.
Netezza Syntax |
Syntax After Migration |
||||
---|---|---|---|---|---|
|
|
Qualifying Language
Migrate the nzplSQL language to the plpgSQL language or delete the language.
Netezza Syntax |
Syntax After Migration |
||||
---|---|---|---|---|---|
|
|
Process Compilation Specification
The process which is started with Begin_PROC and ended with END_PROC should be removed.
Netezza Syntax |
Syntax After Migration |
||||
---|---|---|---|---|---|
|
|
DECLARE Keyword to Declare the Local Variables
DECLARE should be modified to AS.
Netezza Syntax |
Syntax After Migration |
||||
---|---|---|---|---|---|
|
|
Parent topic: Netezza Syntax Migration