Hi,

we have a query of the form

UPDATE TData
SET TData.amp = TInfo.freq
FROM TData, TInfo, TNode
where TData.nodeId = TNode.node_id
and TData.infoid = TInfo.id
and TNode.yquan = 5

which works fine when executed against our SQLServer instance, but
when run on the H2 copy of the same database, I get the error "Column
TINFO.FREQ not found" although this column definitely exists.

I also tried "MODE=MSSQLServer" on opening, but that didn't do the
trick.

Thanks for the time - any hints welcome.
Regards,
Joerg



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to