Subject | Substring |
---|---|
Author | Roger Pullen |
Post date | 2001-11-28T17:34:52Z |
Am attempting to use SUBSTRING in Firebird thus:
P1 = SUBSTRING("ABCDEFG" FROM 1 FOR 5);
as part of an SP. (not as part of a SELECT statment)
Always returns blank
Advice please
Roger P
P1 = SUBSTRING("ABCDEFG" FROM 1 FOR 5);
as part of an SP. (not as part of a SELECT statment)
Always returns blank
Advice please
Roger P