我想执行一条SQL语句,例如:Update MyTable Set Field1 = 'my_pro' where Field1 = 'aa'执行完后查出的数据有‘aa’ ,也有 ‘AA’,我应该怎么把他们区分开呢?