How that a row exists with specific values in MySQL -
i've got table looking like:
productid uid version
i want know if row specific values exists, don't need data returned.
how this?
try this:
select exists(select * tablename productid=210)
Comments
Post a Comment