Canot create attribute by initial Default type(SQL)
this attribute is automatic number sequence by initial default(SQL)
Table : EGO_ITEM_REVISION_EFF_B
SQL :
select max(attribute_char3)+1 from EGO_ITEM_REVISION_EFF_B
where category_code ='06_ChemicalComposition'
0