Forum Moderators: coopster
007234560999.
When I import that file, this field should import 723456 only. I mean should trim (00) from left and accept 6 digits and then reject any other digits.
How can I do it?
The only way I could think of it is import the original data to the table and trim the field values and store it again.
Thanks
[dev.mysql.com...]
echo substr("007234560999", 2, 6); // 723456