Updating rows to negative values with SQL not possible

Hello,

my problem is that I want to update rows with SQL.

Example:
UPDATE Table SET Column = -1
→ Returns an error: parse error: unexpected ‘-’

If I do the following, everything works:
UPDATE Table SET Column = 1

Please provide more info: https://forum2.seatable.io/t/read-before-you-post-in-user-talk/16

This is a bug in SQL interface. We will fix it in version 3.3.

@Clemens05 I just retested your issue in SeaTable 3.3 and could not reproduce it anymore.

Can you also retest? Please mark this issue as solved when your tests were successful.