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

SAP DBTech JDBC: [7]: feature not supported: Aggregate function doesn't support column with array/lob type: line 89 col 27 (at pos 3223) #19

Open
mansonlvx opened this issue Jun 27, 2018 · 1 comment

Comments

@mansonlvx
Copy link

hi,i use u code "p_basecol_view_usage.sql " to create the procedure, but get error info:

Could not execute 'create procedure p_basecol_view_usage( -- schema name LIKE pattern to look for. p_schema_name ...'
SAP DBTech JDBC: [7]: feature not supported: Aggregate function doesn't support column with array/lob type: line 89 col 27 (at pos 3223)

and my hana version is:
SAP HANA, express deition 2.0 SPS03 server-plus-apps version

can u solve this problem?

@wazdarocsta
Copy link

Look at the data type of the column you are trying to do the aggregation on. You may need to adjust it by using the TO_NVARCHAR() or similar TO_ function that ships with HANA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants