This commit is contained in:
Mike Phares 2023-04-19 08:48:01 -07:00
parent 2f3f1b7947
commit c68b853c64
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ public class InfinityQSRepository : IInfinityQSRepository
.AppendLine(" from [spcepiworld].[dbo].[ctrl_lim] cl, ")
.AppendLine(" where cl.f_part = pd.f_part ")
.AppendLine(" and cl.f_test = td.f_test ")
.AppendLine(" ) cl_count ")
.AppendLine(" ) cl_count, ")
.AppendLine(" (select count(sl.f_part) ")
.AppendLine(" from [spcepiworld].[dbo].[spec_lim] sl, ")
.AppendLine(" where sl.f_part = pd.f_part ")

View File

@ -69,7 +69,7 @@ public class InfinityQSV2Repository : IInfinityQSV2Repository
.AppendLine(" from [spcepiworld].[dbo].[ctrl_lim] cl, ")
.AppendLine(" where cl.f_part = pd.f_part ")
.AppendLine(" and cl.f_test = td.f_test ")
.AppendLine(" ) cl_count ")
.AppendLine(" ) cl_count, ")
.AppendLine(" (select count(sl.f_part) ")
.AppendLine(" from [spcepiworld].[dbo].[spec_lim] sl, ")
.AppendLine(" where sl.f_part = pd.f_part ")