79376911

Date: 2025-01-22 08:10:41
Score: 2
Natty:
Report link

trim_array() is there since PostgreSQL 14:

select (trim_array(array[1,2,3],1))[2:];
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): is there
  • Low reputation (0.5):
Posted by: Guillaume Outters