Search code examples
mysqlsortingnavicat

Rearrange Column Order in Navicat


in navicat you can arrange the order of the columns but i have yet to find a way to sync the changes with the database. i saw a similar question here -> Rearrange column order in Sqlyog but haven't found anything similar in navicat. i have many tables that need to be fixed for export to excel and the order is important in the readability/presentation. typing out sql code for each move would be way too tedious. thanks in advance.


Solution

  • you can't do it in navicat , you have to run a sql query for that purpose