Whats wrong with this sql lite statement?
update HOME_TEMP ab set ab.REALIMEI=(select substr(cd.IMEI ,1,14) from HOME_TEMP cd where ab.MSISDN=cd.MSISDN)
SQL Er