CMSIS-DSP: Improved sql scripts for testing framework.
diff --git a/CMSIS/DSP/Testing/examples.sql b/CMSIS/DSP/Testing/examples.sql
index c051796..7237c7e 100755
--- a/CMSIS/DSP/Testing/examples.sql
+++ b/CMSIS/DSP/Testing/examples.sql
@@ -38,6 +38,13 @@
*/
+/*
+
+Better to use the ON syntax than the USING syntax.
+See diff.sql for example
+
+*/
+
select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version,DATE
from BasicBenchmarks
INNER JOIN CATEGORY USING(categoryid)