79455569

Date: 2025-02-20 19:05:22
Score: 1
Natty:
Report link

I believe you have too many results which is insufficient to store in int data type.

Please try.

SELECT COUNT_BIG(*)
FROM table1
JOIN table2 ON (table1.fiscal = table2.fiscal)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sushil Behera