0
Closed

SUBSTRING function example poorly documented

Darren White 6 years ago updated by anonymous 6 years ago 1

The documentation for the SUBSTRING function is inconsistent, incorrect in one place and poorly documented in the other.



The first explanation is just incorrect. The second explanation contradicts itself by stating that "characters .. through 9" are returned, which is clearly inclusive of 9, and then character 9 is stated as being excluded (which contradicts the meaning of the term "through").

Both explanations could be corrected by simply saying either:
SUBSTRING(Name, 5, 4) = 'TEST': Sessions where characters 5 through 8 of the name are "TEST"
or
SUBSTRING(Name, 5, 4) = 'TEST': Sessions where characters 5-8 of the name are "TEST"

Answer

Answer
Closed

Hi Darren,

We'll share this comment with our documentation team. Thank you. 

Answer
Closed

Hi Darren,

We'll share this comment with our documentation team. Thank you.