Delete column by scipt
HelloI have written a script for deleting the column "Missing(Result)" in the tableMy problem is that sometimes I do not have the column "Missing(Result)" and I'm receiving an error at this moment.Can you assist me with what I need to add to my script that will delete the column if it exists in my table.And if it doesn't exist, just skip this request? dt << delete column (column ("Missing(Result)"...