Icon View Incident Report

Minor Minor
Reported By: Uli Becker
Reported On: 12/8/2008
For: Version 2.02 Build 4
# 2866 Derived Tables Not Allowing ORDER BY Statement in INSERT..SELECT Statements

The following SQL doesn't work. It says:

ElevateDB Error #700 An error was found in the statement at line 4 and column 73 (Expected ) but instead found order)

insert into ReportKasseScheine
select
PatientenID,
list(cast(datum as varchar))
from (select distinct ScheineID,PatientenID,datum
   from anforderungen order by datum) as AnforderungenTemp
group by patientenid



Resolution Resolution
Fixed Problem on 12/8/2008 in version 2.02 build 5


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image