I am using ScalikeJDBC in my project and I have an SQL query like this
val str = "select name, age from employee” val selectQueryString = sqls"$str” val