Wilsond3010
Programmer
Can anyone spot what is wrong with this bit of code.
update license_list
set license_list.license_type = productmap.license_type
from license_list, productmap
where product_name = tivoli_product_name
and netc_version = tivoli_version
I keep getting sql command not properly ended.