Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to do inline load?
In the Script Editor
MyTable:
LOAD * INLINE [
CountryID, CountryName
UK, UnitedKingdom
USA, United States of America
CAN, Canada
];
Alternatively you can use the Menu in the Edit script window to create the INLINE Code if you don't want to write a code.
You can navigate to
Insert->Load Statement->Load Inline
to create a INLINE Table
Please do your homework. You can find how to use the Inline Data Wizard in the help file. And there are dozen of discussions on this site that already answer this question. You can use the search function to find such discussions.