Hi,
Is there anyway of extracting a certain amount of text from one field to another in the same table.
I have a table called mainTable and in that table are two fields, one called detailDescription and another called thumbDescription.
I wish to copy the text out of mainDescription in to thumbDescription but only say the first 200 characters. Each detailDesciption is currently varying lengths and over 200 characters.
Is there any sql that could do that?
Regards,
Nigel
Is there anyway of extracting a certain amount of text from one field to another in the same table.
I have a table called mainTable and in that table are two fields, one called detailDescription and another called thumbDescription.
I wish to copy the text out of mainDescription in to thumbDescription but only say the first 200 characters. Each detailDesciption is currently varying lengths and over 200 characters.
Is there any sql that could do that?
Regards,
Nigel