I was wondering if I could alter an SQL table column from decimal to varchar.
My table name is called "products", and I want to change the column "qty" to varchar.
What I want the final result to be:
- The column qty in table products to be varchar instead of decimal