I have a table with a column like: A1 A2 . . B1 .. B7
I need to generate this column randomly. This column type is CHAR(2). I tried using TRUNC(dbms_random.value(65,67)) and then ascii function for the letter part of the char but it has not worked. Can you please help me generate A1-A7, B1-B7 randomly?