KevinC.
04/01/2025, 7:42 PMselect * from transaciton where ExternalID LIKE '%'+?+'%'
. Basically I am trying to wrap the end-user's input within wildcards. Any guidance would be greatly appreciated.Mike Robbins
04/01/2025, 7:52 PM||
rather than +
to perform the concatenation.KevinC.
04/01/2025, 8:36 PMIsrael Gonzalez
04/01/2025, 9:49 PM