MY SQL: Select isnull(Max(substring(ProductId,7,4)),0) As Pid From Product where substring(ProductId,1,6)='201004'
How can I use subsonic build a query?
MY SQL: Select isnull(Max(substring(ProductId,7,4)),0) As Pid From Product where substring(ProductId,1,6)='201004'
How can I use subsonic build a query?