Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nboccassini
Partner - Creator
Partner - Creator

From in field name. How select it?

Hi all,

I have a field named 0DATEFROM in SAP ODS.

The istruction in a script:

SQL Select [0DATEFROM]  from ZHRSA014

gives a error on [0DATE because FROM is a reserved word.

How resolve this issue?

Thanks.

Gabriele

1 Reply
maxgro
MVP
MVP

maybe

load [0DATEFROM];

SQL select * from ZHRSA014;