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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
aschmeelk
Contributor III
Contributor III

back ticks around some fields and not others

I've noticed that when using the Select Data function in the Load Script editor and inserting the resultant script, that some dimensions are surrounded by back-ticks and others are not, like so:

LOAD `CAM_PRODUCT_SP_PK`,
`WORK_TYPE`,
CODE,
DESCRIPTION,
`TYPE`,
`LOGICAL_DELETE`;
SQL SELECT `CAM_PRODUCT_SP_PK`,
`WORK_TYPE`,
CODE,
DESCRIPTION,
`TYPE`,
`LOGICAL_DELETE`
FROM OzarkoBTN.`gra_cam_product_sp`;

What do these back-ticks signify and can I remove them safely without harming the data load?

Labels (2)
0 Replies