Home > Back-end >  C # fuzzy query the content of the text box? To solve!
C # fuzzy query the content of the text box? To solve!

Time:09-16

The select statement of where the format should be what kind of
Use %

CodePudding user response:

Select * from [table name] where [field] like 'edit box content % % % % % %'
  • Related