Skip to content

Multiple queries in the same view

I would like to run multiple queries then show results in a page such as : https://adminlte.io/themes/v3/index.html I create a first controller query : package controllers; import models.Sysuser; …

Rolling 12 month filter criteria in SQL

Having an issue in SQL script where I’m trying to achieve filter criteria of rolling 12 months in the day column which stored data as a text in server. Goal is to count sizes for product at retail store location over the last 12 months from the current day. Currently, in my query I’m using the criteria …