Good Afternoon,
I have the following SQL statement:
'select KA_ID, BUG_ID, CREATED_BY from TABLE_KA where RTRIM(BUG_ID) like '%45627%'
to pull Knowledge Assets out of a Knowledge database where a specific software bug number appears. For bug #45627, there are 5 Knowledge Assets in the database that should be returned. The above statement is only returning one bug # - the first one it comes across.
How can I pull all 5 instances?
Any thoughts are greatly appreciated.
Best Regards,
Carla
I have the following SQL statement:
'select KA_ID, BUG_ID, CREATED_BY from TABLE_KA where RTRIM(BUG_ID) like '%45627%'
to pull Knowledge Assets out of a Knowledge database where a specific software bug number appears. For bug #45627, there are 5 Knowledge Assets in the database that should be returned. The above statement is only returning one bug # - the first one it comes across.
How can I pull all 5 instances?
Any thoughts are greatly appreciated.
Best Regards,
Carla