Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Anorm Mysql Stored Procedure-Aufruf

das funktioniert bei mir

SQL("call  test123 ({id},{name},{branch})").
          on('id -> 21,
            'name -> "lcs",
            'branch -> "desc").executeUpdate()

}