I am writing this query in HP ALM 11.52 and facing the error
“Conversion failed when converting the varchar value ‘userid‘ to data type int”
Query is
select *
from Testcycl
join Audit_Log on tc_test_id = au_entity_id
I know the userid is a string and it is unable to convert it to data type int. How can we resolve this error in the HP ALM Query builder?
Source: Read More