If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I recently facing a problem, i have 2 record in my table, one with code = "AAA" and one with code = "AAA ". When i issue query
select * from stock where code = "AAA";
Mysql return 2 record to me, how to set this 2 records as different record?