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: 
Anonymous
Not applicable

import master detail from excel into sql tables with GUID id

Hello,
I want to import from excel into an SQL table something like this:
master table Student (IDStudent as GUID, Name)
detail table Grade (IDGrade as GUID, IDStudent as GUID, Grade)
How can I obtain the IDStudent from the master table for inserting into the detail table? I read about the same thing, but that example had the ids autoincrement and with the lastinsertid was not a problem for importing.
Any suggestions would be very appreciated!
Thanks!
Labels (2)
1 Reply
Anonymous
Not applicable
Author