Forum Discussion
senthilnathan885
May 09, 2024Copper Contributor
How we include double space in sql squery
hi sir, in sql i select the query using some condition value have new line space in that i did not got any result Example: select name from username where name like '% senr lim mint...
olafhelper
May 10, 2024Bronze Contributor
To be true, I don't understand a word, not what for data you have and what the problem is.
Please post table design as DDL, some sample data as DML statement and the expected result.
Please post table design as DDL, some sample data as DML statement and the expected result.
- senthilnathan885May 13, 2024Copper Contributor
in sql i use select the query using some condition value have new line space or double space
in that i did not got any resultExample:
SQLselect name from username where name like '% senr lim mintu%'
if i give like this:SQLselect name from username where name like '% senr %'i got result
customer have gave like new line or double space as before i try "select name from username where name like '% senr lim mintu%'" like this- olafhelperMay 13, 2024Bronze ContributorThen cleasing your data.