Can you add a text prefix to a field you select from a select statement?
Example:
Select field1, field2, field3 from table2.
I would like it to look like the following:
field1......field2........field3
Pre-<data> 34 square
Pre-<data> 22 circle
so i want to append "Pre-" to field1.
thx
Example:
Select field1, field2, field3 from table2.
I would like it to look like the following:
field1......field2........field3
Pre-<data> 34 square
Pre-<data> 22 circle
so i want to append "Pre-" to field1.
thx