Updated query for hold lot report
This commit is contained in:
parent
c11de01602
commit
57ef8d8d25
@ -608,6 +608,7 @@ public class ScrapeDatabaseRepository : IScrapeDatabaseRepository
|
||||
" WHERE HOLD_STOP_DTM = '1/1/1900' " +
|
||||
" AND HOLD_START_DTM > '1/1/2022' " +
|
||||
" AND HOLD_ENTITY_ID = SEQ " +
|
||||
" AND HOLD_ENTITY = 'RDS' " +
|
||||
"ORDER BY HOLD_START_DTM ASC";
|
||||
|
||||
cmd.CommandText = query;
|
||||
|
Loading…
x
Reference in New Issue
Block a user