I am testing the FWH9.06 + xH from this distribution ADS Local 9.1
When I use temporary table, per example:
- Code: Select all Expand view
- SELECT clients.*, 0.0 as salary INTO #temp FROM clients
with previus version of RDD, like ADS 7.1 was possible to modify the
salary column like
(alias) -> salary := <value>
but with the last version this is not more possible I obtain a write error message.
I think this is a bug in the RDD, do you have the same problem?
Regards
Marcelo