I´m reading .csv file to paste into sql table but I get advertesiment into a column
It occurse because my destination table have "MOLDE" with string(50) and source have string(255)
How can I change "MOLDE" length to get only 50 first values
So I create derived column and I try to use substring, but it keep getting length 255

What can I do there?. Regards
----UPDATE----
I´m resolve it as answer comment but I still getting Advertisiment Icon like this:

Is it posible to remove it?

LEFT(MOLDE,50)?