I am querying full postcodes in our database and it appears some of the postcodes contain a null character as opposed to a space between the first and second part of the postcode..
For example, If use the Ascii Tool on http://easycalculation.com/ascii-hex.php to convert 'GL7 7JY', it returns the Ascii codes 71 76 55 NULL 55 74 89
Even posting the string on this forum, the Null gets converted to an asterisk..
Is there a way to query all records which contain a Null as part of the string?
For example, If use the Ascii Tool on http://easycalculation.com/ascii-hex.php to convert 'GL7 7JY', it returns the Ascii codes 71 76 55 NULL 55 74 89
Even posting the string on this forum, the Null gets converted to an asterisk..
Is there a way to query all records which contain a Null as part of the string?