Hi all.
I have a table with only one INTEGER field called ID. I need to do a =
select and save the selection in other table but changing the data type =
to CHAR(15).
I want to resolve all in the Selection in only one step.=20
if I do:=20
Select Str$(ID) from Seta1015 into Selection and save the selection =
table, the new CHAR field has 100 characters.
I have the solution !! I thought, doing the next
Select Left$(Str$(ID),15) from Seta1015 into Selection but not. =
Again I have 100 characters.
Any solution ?
Thanks in Advance
Alejandro
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.