User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Oracle Assignment Operator := to HiRDB
Remove “:” and add “SET” at the top of the assignment statement.
Oracle:
variable_name := value;
HiRDB:
SET variable_name = value;
User Documentation
Ispirer Capabilities - Oracle Migration
Pricing
Remove “:” and add “SET” at the top of the assignment statement.
Oracle:
variable_name := value;
HiRDB:
SET variable_name = value;