Looks for posts owned by the UserId that contain images by querying for the string "<img" and an optional specific host.
Q&A for computer enthusiasts and power users
-- Find posts by you that contain images -- Looks for posts owned by the UserId that contain images by querying -- for the string "<img" and an optional specific host. SELECT Body, OwnerUserId FROM Posts WHERE OwnerUserId = ##UserId## AND Body LIKE '%<img%src="##ImageHost##%';
Error: looks like you typed in the wrong words - try again