79665270

Date: 2025-06-13 18:58:29
Score: 2
Natty:
Report link

the suggested solution did not work for me, I got it working in MSSQL by using GETDATE()...

insert into "PRODUCT" ("createdAt", "updatedAt", "PRODUCT_ID", "USER_ID") values (GETDATE(),GETDATE(), 1, 1)
Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Charles Brusca