unnecessary parentheses

This commit is contained in:
mertalev
2024-12-19 20:10:48 -05:00
parent aa7f486259
commit 7ed62d4149
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ with
select
date_part(
'year',
min((("localDateTime" at time zone 'UTC')::date))
min(("localDateTime" at time zone 'UTC')::date)
)::int
from
assets