SQL lite after successful insert reload scene or reset all text field

Hi,

I’m started learning corona for the last few weeks.

I would like to reload the current storyboard or reset all text field

Any hint or example would be great

local result=db:exec(sql)

if result==0 then

  storyboard.reloadScene()

end