白菜ns 2021-10-17 21:31 采纳率: 50%
浏览 26
已结题

有关于SQL Serve编程语言,😊

求各位大佬看看,这应该怎么做呀😊😊😊

img


🤔

  • 写回答

1条回答 默认 最新

  • simtoba 2021-10-17 22:20
    关注

    1.select * from T_Computer
    2.select top 1 from T_Computer order by computerprice desc
    3.insert into T_Computer (computername,computerprice) values('小米',3990)
    4.update t_computer set computerprice=7199 where computername='ThinkPad'
    5.select * from t_computer where computerid in(select top 2 id from t_order by count(id) desc group by id)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 10月26日
  • 已采纳回答 10月18日
  • 创建了问题 10月17日