select count(email) as emailCount
from users
where email = '#email#'
select username, userword
from users
where email = '#email#'
Below you will find your Rareflix.com account information.
Username: #getUserInfo.username#
Password: #getUserInfo.userword#
You may reply to this address if you continue to have problems logging in to your account.
select distinct genre
from dvd
where format <> 'MERC'
order by genre
select distinct collection
from dvd
where featured = 4 and format <> 'MERC'
order by collection
Forgot Username/Password - Rareflix.com