[jOOQ/jOOQ#17026] Repeated WHERE FALSE clause in CREATE TABLE AS SELECT .. WITH NO DATA emulation, when query is nested
This commit is contained in:
parent
1b344e8693
commit
d3b72dff19
@ -566,7 +566,7 @@ final class Tools {
|
||||
/**
|
||||
* [#7139] No data must be selected in the <code>SELECT</code> statement.
|
||||
*/
|
||||
DATA_SELECT_NO_DATA,
|
||||
DATA_SELECT_NO_DATA(true, null, 1),
|
||||
|
||||
/**
|
||||
* [#3381] Omit the {@link Clause#SELECT_INTO}, as it is being emulated.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user