Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
What is inline load ?
Hi Mahesh, use the community search function to do a bit of research on a topic before posting, you will find many questions have already been asked and answered, such as this one
Joe
Its a method of loading data directly in the script without importing it from an external datasource. e.g.
Countries:
LOAD * Inline
[
Country
India
India
USA
UK
Singapore
Canada
France
Spain
Italy
Belgium
Australia
];
will load the supplied list of countries into a table named Countries with a single field names Country.
Andy
go with tis,