ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/tests/createproc.sql
(Generate patch)

Comparing ibx/trunk/examples/scriptengine/tests/createproc.sql (file contents):
Revision 286 by tony, Mon Feb 15 14:44:25 2016 UTC vs.
Revision 287 by tony, Thu Apr 11 08:51:23 2019 UTC

# Line 6 | Line 6 | Create Procedure MyProc1
6   As
7    Declare THECOUNTRY VarChar(32);
8   Begin
9 < //Begin
9 > --Begin
10   THECOUNTRY = '';
11    Update COUNTRY SET COUNTRY = 'None' Where COUNTRY = :THECOUNTRY;
12   /* End */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines