Skip to content

converting int into string on where clause #1418

Answered by simolus3
afonseca69 asked this question in Q&A
Discussion options

You must be logged in to vote

You can cast the integer to a string like this:

t.nome + t.inscricao + t.clienteid.cast<String>()

So the final predicate would look like (t.nome + t.inscricao + t.clienteid.cast<String>()).contains(pdescricao)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by simolus3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants