The SUBSTR function returns a substring of a string. If string is a character string, the result of the function is a character string represented in the code page of its first argument. If it is a ...
library(dbplyr) translate_sql(substring('abcdefghijklmno', 6,7)) #> Expected: <SQL> substring('abcdefghijklmno', 6, 7) #> Actual: <SQL> substring('abcdefghijklmno', 6 ...