tell me how to place an existing column (contained values) in the first position in mysql. Suppose I have an EMP_DTLS table and there are columns such as NAME, SALARY, DOJ, DOB, EMAIL_ID, and EMP_ID contains the values ββin each column. Now I want to place this EMP_ID in the first position.
Thanks in advance.
I tried the queries that were discussed here earlier, but they do not work for me.
pinto source share