Hi
I want to create a column through function in oracle please help how to create it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joginder BangerPosted Jan 22, 2015, 10:50 AM
Davin Martyn
As per your requirement i think not allowed in function. your function only return the values like a table or single(scalar) value. really if you want create a column you can try with in Store-Procedure.
if you want read more information about the function just click this link