fix build
[yosql.git] / yosql-benchmarks / yosql-benchmarks-common-scenarios / src / main / yosql / project / insertProject.sql
blob7303207b644693a3d58a40b2278f3eda8ae72a2f
1 /*
2  * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3  * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4  * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5  * in the LICENSE file.
6  */
8 -- generateBatchApi: true
9 -- parameters:
10 --   - name: name
11 --     type: java.lang.String
12 --   - name: date
13 --     type: java.lang.Long
15 INSERT INTO projects (NAME, DATESTARTED)
16 VALUES (:name, :date)