65725738 commented on issue #6347:
URL: https://github.com/apache/shardingsphere/issues/6347#issuecomment-658497700
String SQL = " update usr_profile set lgn_cnt = lgn_cnt + 1, last_lgn_time
= CURRENT_TIMESTAMP where profile_id =" + credential.getProfileId();
jdbcTemplate.update(SQL);
Is this SQL supported?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]