Create a column that is an existing column divided by another existing
column (MySQL)
I have a table with two columns: ColumnA and ColumnB. How can I add a
third column to my table that is ColumnA divided by ColumnB?
I know this seems simple, but I have been unable to find the syntax.
No comments:
Post a Comment