Re: Epoch and Time Zones
Sorry, but this is a misread. <expression> is not <column_alias> (see the BNF for SELECT)"week" does not mean anything to HANA - it does not compute. And 1 would work only, if this...
View ArticleRe: SAP HANA Index server crashed due to Memory issue
Please open a support message for these kinds of requests.- Lars
View ArticleRe: Epoch and Time Zones
I see, I could not find the <expression> definition because I was looking only in the SELECT doc. Thanks. The fact that the <expression> after GROUP BY must occur literally in the select...
View ArticleRe: How to load CSV files into HANA
And the Code Whisperer has spoken Expect some nice news Greetings, Blag.
View ArticleRe: Facing problem in attribute view at the time of activating it in SAP HANA...
Hi Vikram, You(HANAUSER3) are short of SQL privileges,ask your admin or follow Ravindra's response. Cheers,Naveen
View ArticleInequality join in Analytic view of SAP HANA
I want to perform outer join between two tables using non-equal operator.Can anyone suggest how can this be achieved using Analytic view of SAP HANA modeler.
View ArticleRe: Facing problem in attribute view at the time of activating it in SAP HANA...
Hi Vikram, Yes what the guys are pointing to is correct it's clear that you are short of privileges to execute the grant sql statement, so you may ask admin to grant you the following access:·...
View ArticleSERIAL Data Type
Hi all,what is the Hana way of creating SERIAL data types? One can create a sequence, but it cannot afaict be specified as the default value of a column, and I see no equivalent of Oracle's SYS_GUID....
View ArticleRe: How to load CSV files into HANA
hi Alvaro, Can i use thisimport datainto table XXX."YYY"from 'ZZZ.csv'record delimited by '\n' fields delimited by ','optionally enclosed by '"'error log 'Text_Tables.err' statement in jdbc program to...
View ArticleRe: Inequality join in Analytic view of SAP HANA
Temporal Join feature is supported in SP5 release of HANA I guess. I have two date columns in one table fromdate and todate. I want to join it with the date table based on that date falls between from...
View ArticleNo errors in IMPORT FROM but no rows loaded
Hi all,I'm probably missing something substantial but I don't see it. I'm importing data into my table but not all rows from the csv file were loaded. I thought I'd add the ERROR LOG option to see what...
View ArticleRe: No errors in IMPORT FROM but no rows loaded
The error log is written on the server, not on the client, so use something like /dropbox/P1743728463/errorlog.txt instead of c:\errlog.txt --juergen
View ArticleRe: No errors in IMPORT FROM but no rows loaded
Ok, thanks. I assume that I can see the log only when I ftp it back? The Hana Studio cannot see the server files? -- Micha
View ArticleRe: Inequality join in Analytic view of SAP HANA
Hi Varun, As you correctly mentioned the temporal join for attribute views is supported from SP05 onwards. Please note that it is supported for "Attribute views". So if you need some measures from the...
View ArticleRe: How to load CSV files into HANA
In this document http://scn.sap.com/docs/DOC-27981 you will find a detailed step-by-step Greetings, Blag.
View ArticleRe: How to load CSV files into HANA
Nope...that it's the content of a ctl file that it's read by SAP HANA, hence you can't use it outside SAP HANA...specially because the file that want to upload is located in the FTP and not in your...
View ArticleRe: ABAP counterparts in Hana
Hi Arpita, I think you are trying to use a Calc view where you should use a Procedure. The Calc view expects output for var_out which is TABLE_TYPE parameter. I think you can use a procedure and use...
View ArticleRe: ABAP counterparts in Hana
How about writing a function as follows: CREATE FUNCTION FN_IS_VALID (v_internal_id nvarchar(20)) RETURNS table (a TINYINT) LANGUAGE SQLSCRIPT AS v_out tinyint; BEGIN if (instr(:v_internal_id, '*'))...
View Article