Skip to content
Advertisement

Add Column in a table [closed]

Am trying to add a column in the table salesperson. And it is showing error. Pls help. I am using the latest version of pycharm

ERROR

Advertisement

Answer

It seems like you are using the name and data variables in the command variable but you declare them in the wrong order. Also, your command variable should be a f-string. I’d suggest you try something like this:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement