|
Everyone knows that percent signs ("%") are wildcard characters in SQL statements.
Now there is a TextBox input box on the screen, and the program searches the database according to the value of this input box as a query condition.
At this time, if you enter a percent sign ("%"), you do not want to retrieve all the data. So you need to filter it out.
Masters please help, is there a way to filter out the percent sign ("%")?
In addition, if there is data with percent sign ("%") in the database, entering the percent sign ("%") should be able to find out that piece of data.
Wait for the answer online! |
|