Subject | Re: AW: [firebird-support] CTE |
---|---|
Author | Tim Ward |
Post date | 2014-02-26T13:09:43Z |
I've just this minute come across this again, with INSERT this time
rather than UPDATE.
For my current problem the following code does not give an error:
INSERT INTO ...
WITH CTE_X AS ( ... )
SELECT ... FROM CTE_X
WHERE ...
--
Tim Ward
rather than UPDATE.
For my current problem the following code does not give an error:
INSERT INTO ...
WITH CTE_X AS ( ... )
SELECT ... FROM CTE_X
WHERE ...
--
Tim Ward