Inspectopedia
 
2024.3

Whitespace between the function name and the open parenthesis

Error
New
Last modified: 03 December 2024

Reports any whitespace in a function call between the function name and the open parenthesis, which is not supported by default.

Example (MySQL):

SELECT MAX (qty) FROM orders;