I am trying to create a couple of snippets for the menu page.
I need to get:
SELECT COUNT(*) as unknown from dog where gender = '0'
I need this viewable on the menupage as a snippet... I am lost on how to create the query in the snippet
Any help would be appreciated
I need to get:
SELECT COUNT(*) as unknown from dog where gender = '0'
I need this viewable on the menupage as a snippet... I am lost on how to create the query in the snippet
Any help would be appreciated