Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I got this error ;
Here's my script :
LOAD *
;
select m.msisdn_number, o.imei_number ,o.valid_from
from p_eriber_device o
left join p_ebscriber_mn m on mcriber_id = o.subr_id;
exit script;
Any idea?
Thanks
Hi WIEM,
I suposse you are reading tables p_eriber_device and p_ebscriber_mn from database, so there should be a previous connect sentence and maybe the main sentence should contain SQL sentence as:
SQL select m.msisdn_number, o.imei_number ,o.valid_from
Regards,
H