select * from table where Name like ''%' + Text1.Text + '%''';
我要实现的目的是:如果文本输入一个s,只显示数据库中第一个字符为s的记录,而不是显示包含s的记录.