https://bugs.documentfoundation.org/show_bug.cgi?id=105935

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from [email protected] ---
You couldn't change the order of a table in the GUI when the table has been
saved. It never worked.

The following code works with Tools - SQL:
ALTER TABLE "users" ADD "second name" VARCHAR(25) BEFORE "last name";

Use the following workaround:
Create a query when you have finished editing the table. 
Sort the fields in the query and work with the query.

Other possibility:
Copy the table, insert the table as new table, sort the fields in the wizard.

This Bug has been also described in bug 71224. So I will set this as DUPLICATE
of 71224.

*** This bug has been marked as a duplicate of bug 71224 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to