I’m trying to delete all data in a data table, including columns and rows.
I have found the formula to delete all rows (app_tables.data.delete_all_rows()) and it works correctly. But I am trying to delete also all columns and it doesn’t work.
How do I delete all columns?
Thank you in advance.