Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse error when using from_vector with returning clause #40

Open
PhilippSalvisberg opened this issue Jul 1, 2024 · 0 comments
Open
Assignees
Labels
23.4 bug Something isn't working

Comments

@PhilippSalvisberg
Copy link
Collaborator

The following example works without parse errors

select from_vector(to_vector('[1.1, 2.2, 3.3]', 3, float32));

However, when using the returning clause in from_vector a syntax error is thrown by db* CODEOP:

select from_vector(to_vector('[1.1, 2.2, 3.3]', 3, float32) returning varchar2(1000 char));
select from_vector(to_vector('[1.1, 2.2, 3.3]', 3, float32) returning clob);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
23.4 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants