I am new to DB2 ,I am trying to create a Table with GRAPHIC data type , When i execute the query
Quote:
|
CREATE TABLE mytab(col1 GRAPHIC(3))
|
An error is thrown
sql1216N graphic data and graphic functions are not supported for this database
Please let me know how to over come it