Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> sql works in access, doesnt work in oracle
TRANSFORM Count(SSESRehab.Source) AS COS SELECT SSESRehab.SewerShed,
SSESRehab.PipeID, SSESRehab.Grade, Count(SSESRehab.Source) AS TS FROM
SSESRehab WHERE (SSESRehab.PipeID = '13940406901T13940407001') GROUP
BY SSESRehab.SewerShed, SSESRehab.PipeID, SSESRehab.Grade,
SSESRehab.AssetType PIVOT SSESRehab.strCode
Is there a reason why this sql works in access and not in oracle. Received on Wed Aug 20 2003 - 16:55:49 CDT