Hi There,
I would like to know if it's possible to use or what I could use to get the required results.
The values
+2711
081
076
086
080
9011
6547082
9013
9039
9086
9041
+27084
substring(table,length(tbl_code),length(tbl_code))=trim(tbl_code)
I have different values lengths in my MySQL table that's not showing all my values correctly.
substring(table,1,length(tbl_code))=trim(tbl_code)
Kind Regards