Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Inline load is a type of data load that can be used when you do not have a data source.
LOAD * INLINE
[
a, b
1,4
2,3
];
Here a & b are columns.
1,2 are values for a
4,3 are values for b