代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/298791/7935774

sql 8.sql

select * from employee where ygbh in ( 2,4,6)
www.eeworm.com/read/298791/7935781

sql 22.sql

select count(gpsm) as 'count',count(*) AS 'count(*)' from gpb
www.eeworm.com/read/298791/7935785

sql 18.sql

select exp(4) as '4的指数',log(100)as '100的对数', pi()as 圆周率,rand(3) as 随机函数 select sign(-19) as '-19的符号函数',sqrt(25) as '25的根号', square(5) as '5的平方',sin(2) as '2的正弦'
www.eeworm.com/read/298791/7935791

sql 13.sql

select * from employee where ygxm like '[^李]%'
www.eeworm.com/read/298791/7935810

sql 25.sql

select * from ghsb order by 3 DESC
www.eeworm.com/read/298791/7935812

sql 32.sql

use diskrent select top 4 gph ,gpmc,gpyy,gpdj from gpb order by gph ASC
www.eeworm.com/read/298791/7935817

sql 24.sql

select gpcd as 光盘产地,gpyy as 光盘语言 , avg(gpdj) as 平均价格, sum(qnt) as 光盘总数 from gpb WHERE gph
www.eeworm.com/read/298791/7935820

sql 14.sql

select gpmc as 光盘名称 ,gpcd as 光盘产地 ,gpsm as 光盘说明 from gpb where gpmc like '[我垂]%'
www.eeworm.com/read/298791/7935823

sql 6.sql

update gpb_view set 数量=5 where 供货商编号=3 go select * from gpb_view
www.eeworm.com/read/298791/7935836

sql 7.sql

UPDATE gpb_view SET 语言='英文' WHERE 数量=8