-
最基本的SQL查询语句
查看全部 -
Row/Record 行 Field/Cell 字段 Column/Attribute 列
查看全部 -
select ProductID, Name, ProductName,--using an alias 'The list price for' + ProductNumber + 'is$' + convert(varchar,Listprice) + '.',--using the concatenation ……
查看全部 -
SELECT name, size, color FROM tb_Production ORDER BY 2; # 2 即 size
查看全部 -
--desc = descending order
--asc = ascending order
查看全部 -
如何自由转换 queries 大小写
查看全部 -
use xxx [go]
查看全部
举报
0/150
提交
取消