This is my query ....
Create type Type1 as table (IFNULL(IndCapaItem,0) DECIMAL(7,4));
i m using this query but i am getting error on IFNULL position...
This is my query ....
Create type Type1 as table (IFNULL(IndCapaItem,0) DECIMAL(7,4));
i m using this query but i am getting error on IFNULL position...