Comments 1darkallstar started the conversationJuly 30, 2017 at 6:09amis there a way to calculate row count to then be graphed? Or must it be done in sql? 1 Like[deleted] repliedJuly 31, 2017 at 9:41amHi darkallstar,Unfortunately not at this moment. it must be done on MySQL side. To prevent collisions with other table functions it would be the best to create MySQL VIEW from query that contains MySQL functions and use that as data source. Sign in to reply ...
is there a way to calculate row count to then be graphed? Or must it be done in sql?
Hi darkallstar,
Unfortunately not at this moment. it must be done on MySQL side. To prevent collisions with other table functions it would be the best to create MySQL VIEW from query that contains MySQL functions and use that as data source.