Mainly used to record and analyze online accidents,to exchange experiences with readers
-
坑之mysql 字符串与数字操作
摘要:select "123"+1; 结果为124 select "1a23"+1 ; 结果为2 select "aa23"+1; 结果为1; select "aa" = 0 true;大坑,切记 select "1aa"=0 false; 总结,1.string和int比较时,是string迁就int,
阅读全文