Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have seen many times script data being loaded as below
But whenever I try to load, it's appearing as below..
load
date,
year(date) as year,
Month(date) as month,
Day(date) as day;
load
date(Today()-RecNo()) as date
AutoGenerate (Today()-MakeDate(2012))
What I am missing ?
Hi Manish,
When you use Reply option use advanced editor and Insert the code with button which is like >> (Insert) and insert code as SQL
Load * Inline
[
Country
India
Usa
Germany
];
Then you get your code like above
Thanks & Regards
Hi Manish,
When you use Reply option use advanced editor and Insert the code with button which is like >> (Insert) and insert code as SQL
Load * Inline
[
Country
India
Usa
Germany
];
Then you get your code like above
Thanks & Regards