select ProductID,BrandID from Catalog.Product
where BrandID='-'
i use this query but i have a problm this query return those records whose BrandID
is "0" but in this case i think this query return 0 records.
Please Help me what i mistake in this query
sf_hussain786