Emaze Auction: Lot Menu
SELECT userID, firstName, lastName, email
FROM Member
WHERE username = '#Form.username#'
No users exist with the username #Form.usernam#.
SELECT lotID
FROM Lot
WHERE userID = #getSeller.userID#
The user with username #Form.username# does not have any lots.