Tag Archives: sql
DBeaver: Numbering Lines
Here’s how to number lines of code in DBeaver: click Window -> Preferences read more at: DBeaver: Numbering Lines
MySQL : FLOOR function
The FLOOR function in MySQL is used to round down a decimal number. Example : SELECT FLOOR(12.84) AS Pembulatan; result: source: MySQL : FLOOR function