SUBSTRING starting FROM 1 could be replaced by LEFT function (WMB)
Calling SUBSTRING when the start of a string is required could be replaced by the LEFT function. This may make the code more readable and also might make it perform more efficiently.
SUBSTRING starting FROM 1 could be replaced by LEFT function (WMB) | ![]() |