https://bugs.freedesktop.org/show_bug.cgi?id=71224
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- You have opened a table for editing, right? With the GUI you could only insert new rows at the end of the table. If you wish to position a new field in this table at another place, you have to do this by the possibilities of the database. With the internal HSQLDB the following possibility is given: ALTER TABLE "Tablename" ADD "Fieldname" VARCHAR(25) BEFORE "Existing Fieldname"; Open Tools → SQL and try this possibility. The GUI could only offer, what the database allows. And there is no possibility in the database to resort existing fields. What do you mean with "spaces" when creating a table? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
