I want to be able to return different table structure depending on where it falls in the if statement.
if statement then
return table(col1,col2)
elsif statement then
return table(col1,col2,col3)
Or how else would I be able to return something alike?