SQL 语言操作记录

SQL 语言操作记录
 在实现电话号码查询功能的程序中,为了改变xxx表一列中的某些值,我如是实现:
                   
id username password
001 name1 没有
002 name2
003 name3 没有

                   update xxx set password='无' where password='没有'

你可能感兴趣的:(SQL 语言操作记录)