SQL and environment variable with apostrophe
Confluence User - 08 Aug, 2020
when using JDBC action in datalist and try to update a row using environment variable lastname
the statement fails because the lastname has apostrophe.
update ...
set modifiedByName = '#currentUser.firstName#' + ' ' + '#currenUser.lastName#'
where ...
datalists;forms