SELECT lotID, lotType FROM Lot WHERE lotCloseQueue = 2 ORDER BY lotCloseDateTime Emaze Auction: Close Lots

No lots need to be closed at this time.

Emaze Auction: Close Lots

All lots waiting to be closed have been closed successfully!

Here is a list of the lots that have been closed:

SELECT lotID, lotName FROM Lot WHERE lotCloseQueue = 4 OR lotCloseQueue = 5 ORDER BY lotName #getClosedLots.lotID#. #getClosedLots.lotName#
UPDATE Lot SET lotCloseQueue = 3 WHERE lotCloseQueue = 4