I want to do a select statement where i want to concatenate 4 fields, 3 are numbers and 1 text.
year (number)
month (number)
sequence (number)
flag (text)
How can i transform a numbers into a character?
In this file i can have many records with the same key (the 4 fields) but i want to select only the first record of the same key. How can i done this??
Thank's in advance
year (number)
month (number)
sequence (number)
flag (text)
How can i transform a numbers into a character?
In this file i can have many records with the same key (the 4 fields) but i want to select only the first record of the same key. How can i done this??
Thank's in advance