The following example simulate the 'int' is not a recognized CURSOR option error.
We declare the int variable without using '@' Symbol. For all variable declaration we need to use the @ symbol as prefix to avoid the above error.
In above example we declared int variable so that the error is showing as int is not recognized. In case if you declare float variable the error will be
'float' is not a recognized CURSOR option
'float' is not a recognized CURSOR option
No comments:
Post a Comment