79198990

Date: 2024-11-18 07:14:30
Score: 1.5
Natty:
Report link
SELECT A.Session,A.UserId,B.Username FROM TableA A JOIN TableB B ON A.Session = B.Session
JOIN UserTable U ON A.UserId = U.UserId
WHERE A.UserId = 1 AND B.Username = 'xxx';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pulugu Manikantareddy