Hello,
How would I do a comparison sub select ie
select this where that>=(*select something where whatever='exactly');
Currently if I try to run a query in this format I get nothing back but if
i remove the > I get an exact match which I do not want
Can I do this???