and it is all working just fine. However, I just tried to use the ROW_NUMBER() function and MariaDB throws a syntax error. Further investigation (https://mariadb.com/kb/en/library/row_number/) seems to indicate the this function is only available in version 10.2 or later. Mine issudo apt-get install mariadb-server
Is there a way to safely get this newer version? Evidently the STRETCH repositories are loading the older version.Server version: 10.1.38-MariaDB-0+deb9u1 Raspbian 9.0
I have a work-around so this is not "mission critical". Thanks...RDK
