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: Read before you post in User Talk

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.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.