I wasn't able to find an answer anywhere for something that seems so simple, and there seems to be quite a few mysql users here.
Is it possible to update a column, giving only the column index?
ex:
Is there a way to update this way, or is the column name absolutely required?
Thanks
Is it possible to update a column, giving only the column index?
ex:
Update <table> set column(3) = '<value>'
Is there a way to update this way, or is the column name absolutely required?
Thanks