17.08.2017, 13:24
How do I use the query ALTER, I am making some changes on JakAdmin's Database for the next update and it requires a new column (making some optimizations)
Currently I can only add new columns with ALTER (and seen the RENAME feature of it)
I have tried using DROP option but it doesn't work.
So the question is how do I remove a column with ALTER?
Currently I can only add new columns with ALTER (and seen the RENAME feature of it)
I have tried using DROP option but it doesn't work.
So the question is how do I remove a column with ALTER?