讨论数量: 0
  
    
      
        
        发起讨论
      
        
    
      
      只看当前版本
    
        
  
     SQL 代码规范
    /
    
  
  
                
-- Good
select *
from users
where id in (1, 2)
-- Bad
select *
from users
where id in ( 1, 2 )本文章首发在 LearnKu.com 网站上。
 
        
         请登录
 请登录