Hello, We have to support many various DB like Oracle, MSSQL, Postgre in our application and we want to use sql standard. However, MSSQL doesn't support the *double **pipe** *character sequence || (standard) and use +
Does anyone know a solution to support sql concatenation (|| or +) in a standard way with iBatis ? Thanks in advance.