Not sure why it is behaving this way, column is just varchar. SELECT * FROM TABLE WHERE NAME = 'LKFSASP'
The only row in the table contains a NAME = 'LKFS-ASP' Those two values aren't equal, but the row is returned from the select. What am I missing? Thanks
