SELECT substr(lot_nbr,2) from <table>;
i did this .
so for example i have a new field
old field R92484
new field 92484
well when i link
int_table.rvcr = substr(lot_nbr,2)
i dont get any records back from the int.table
when i look in the int_table i know there is a record of 92484 in the rcvr field , but i dont get the records when i link it like this
i did this .
so for example i have a new field
old field R92484
new field 92484
well when i link
int_table.rvcr = substr(lot_nbr,2)
i dont get any records back from the int.table
when i look in the int_table i know there is a record of 92484 in the rcvr field , but i dont get the records when i link it like this