Hi Ria,
I have tested by just creating the table shift in the DB and in the table I am getting only shift "A,B,C".
When I tried to select and set the value I am not able to. But when I use
select 'A' as shift
union
select 'B' as shift
union
select 'C' as shift
I am able to. I dont know what is the difference between this two.
Please advice.
Regards
G.Partheeban