You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
set sql_dialect='trino';
select doy(date '2022-03-06');
+-------------------------+
| dayofyear('2022-03-06') |
+-------------------------+
| 65 |
+-------------------------+
1 row in set (0.04 sec)
insert into t3 select doy(date '2022-03-06');
ERROR 1064 (HY000): Getting analyzing error from line 1, column 22 to line 1, column 43. Detail message: No matching function with signature: doy(date)
Describe the solution you'd like
Implementing insert syntax in Trino dialect Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Feature request
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Implementing insert syntax in Trino dialect
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: