TablePlus-Windows
TablePlus-Windows copied to clipboard
Beautify: Integer division is changed to 2 divisions
TablePlus Version 5.4.0 (234) x64 using Vertica connection.
Beautify changes 1 Integer division to 2 divisions and hit the error when executing.
Original SQL statement: SELECT 10 // 3;
SQL statement changed by Beautify: SELECT 10 / / 3;
Error message when executing the changed statement: Query 1: ERROR: Syntax error at or near "/" LINE 2: 10 / / 3; ^