Jaderwannabe
MIS
Code:
select asset_id from asset_oth_bk_depr where b3_depr_mthd_cd = 'SL8' order by asset_id commit
select asset_id from asset_oth_bk_depr where b3_depr_mthd_cd = 'SL8 ' order by asset_id commit
select asset_id from asset_oth_bk_depr where b3_depr_mthd_cd = 'SL8 ' order by asset_id commit
select asset_id from asset_oth_bk_depr where b3_depr_mthd_cd = 'SL8 ' order by asset_id commit
select asset_id from asset_oth_bk_depr where b3_depr_mthd_cd = 'SL8 ' order by asset_id commit
recently searching for a type-o in the cd because I suspected a space after the SL8, the first select is the one I ran, since it returned 65 records - I thought I was wrong- turned out I wasnt. In trying to figure out why I was misled I tried the 5 statements above. all of them returned 65 rows- all the same assets. I thought the = meant it had to be exact, what criteria would cause this to happen?
thank you.