这个地方的小美是字符串类型的,需要加“ ‘ ’ ”, 那么 user_name 也是字符串类型的,为啥不加“ ‘ ’ ” 呢?
要注意sql的語法,如果'小美'沒有加'',換成sql語法時就錯囉~
select * from imooc_goddess where 1=1 and user_name = '小美'