From: Mark R. <ma...@la...> - 2021-06-01 11:05:36
|
On 2021-06-01 11:51, Dimitry Sibiryakov wrote: > 31.05.2021 21:21, Adriano dos Santos Fernandes wrote: >>> [ <value list> | ( <value list> ) ] >>> [ RETURNING_VALUES <variable list> | >>> RETURNING_VALUES ( <variable list> ) | >>> RETURNING <value list> [ INTO <variable list> ] ] >>> >> This does not support ignore all output in DSQL. > > There can be syntax "RETURNING NULL" for that. No it can't, because under the syntax rules established for the RETURNING clause in other statements, that would produce a column with the value NULL. Mark |