sql >> Database teknologi >  >> RDS >> Mysql

sql-maven-plugin med flere afgrænsere

Du kan indstille din delimeterType til "row" i konfigurationsblokken.

<configuration>
...
   <delimiterType>row</delimiterType>
...
</configuration>

delimiterType

Se mere på http://mojo.codehaus.org/ sql-maven-plugin/execute-mojo.html#delimiterType

For eksempel:create-proc.sql

CREATE PROCEDURE ADD_BOOK (IN title VARCHAR(100))
BEGIN
   -- your sql code 
   INSERT INTO Book (title) VALUES (title);
END
; -- this means the end of the sql command



  1. For mange rækkefølge efter, max, underforespørgsler til mit intellekt

  2. synkroniser fjerndatabase (mysql) med sqlite-database og omvendt

  3. får første række i postgres-forespørgsel

  4. Canonical Function EntityFunctions.TruncateTime findes ikke i MYSQL