As mentioned in the Hibernate ORM 5.2.13. Final User Guide :
Only form is supported INSERT INTO … SELECT …. You cannot specify explicit values to insert.
INSERT INTO … SELECT …
Are the arguments behind its developed official sources? Is there any specific limitation that prevents form support INSERT INTO ... VALUES ...in HQL?
INSERT INTO ... VALUES ...
, DML, - ( , ) SQL. , CRUD ().
UPDATE DELETE SQL , , HQL/JPQL.
UPDATE
DELETE
insert ... select , insert ... values .
insert ... select
insert ... values
Source: https://habr.com/ru/post/1693289/More articles:Haskell syntax and semantics for character characters - haskellgcc -fPIC vs. -shared - c ++How to write yaml file from dictionary using python? - pythonng build -w # ignore compilation errors without code - webpackDoes php have built-in array functions that can sort / assign values for a boolean result? - javascriptJUnit5 javadocs for offline use - javaChange span opacity within div: hover - htmlПередача ссылки Java на метод, возвращающий значение одному возвращающемуся `void` - javaApplication error in ntdll.dll, version: 6.1.7601.23677 with .Net Framework Version: v4.0.30319 - c #difference between class.prototype.property and object.property - javascriptAll Articles