select wishlist.line_number, wishlist.upc, dvd.synopsis, dvd.brief, dvd.title, dvd.srp, dvd.discount_rate, dvd.onhand, dvd.format, dvd.subtitles
from wishlist, dvd
where ((wishlist.upc = dvd.upc) and (username = '#client.username#'))
select count(username) As TotalRecords
from wishlist
where username = '#client.username#'
| Your wish list is empty!! |
|