79715886

Date: 2025-07-26 18:09:20
Score: 1
Natty:
Report link

select visits.* from visits join ads on visits.aid = ads.id where ads.uid = 1;

It will return all visits where the ad belongs to user with uid = 1.
If you’re only seeing one row, make sure there’s no LIMIT 1 and that your table has more matching data.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kiran Kumar Kore