biglebowski
Technical User
We are having issues where transaction numbers are being inserted into the DB with more than the specified number of characters.
They should go into a column called transaction so what i want to search for is something like:
select * from Packages where Transaction contains more than 20 characters
They should go into a column called transaction so what i want to search for is something like:
select * from Packages where Transaction contains more than 20 characters