SqlFunctionGROUP_NTH.php
Table of Contents
Classes
- SqlFunctionGROUP_NTH
- Sql function returns the nth item in a GROUP_CONCAT set (per the ORDER_BY param) Values start at 1 (not zero like PHP arrays) If N is negative, it will count from the end: -1 is the last item, etc.