Dayakar M created HIVE-27492:
--------------------------------
Summary: HPL/SQL built-in functions like sysdate not working
Key: HIVE-27492
URL: https://issues.apache.org/jira/browse/HIVE-27492
Project: Hive
Issue Type: Bug
Components: hpl/sql
Reporter: Dayakar M
Assignee: Dayakar M
HPL/SQL built-in functions like sysdate not working
{noformat}
select sysdate;
/
ERROR : FAILED: SemanticException [Error 10004]: Line 1:7 Invalid table alias
or column reference 'sysdate': (possible column names are: )
org.apache.hadoop.hive.ql.parse.SemanticException: Line 1:7 Invalid table alias
or column reference 'sysdate': (possible column names are: ){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)