一条SQL语句读取两个分类表~

一条SQL语句读取两个分类表~,第1张

declare @BigClass table(BigClassId varchar(50),BigClass varchar(50))

insert @BigClass

select '1','台式机' union all

select '2','笔记本'union all

select '3','服务器'

declare @SmallClass table(SmallClassId varchar(50),SmallClass varchar(50),BigClassId varchar(50))

insert @SmallClass

select '1','联想','1' union all

select '2','清华同方','1' union all

select '3','IBM','3' union all

select '4','明基','2' union all

select '5','华硕','1' union all

select '6','三星','2' union all

select '7','索尼','2' union all

select '8','富士通','2' union all

select '9','浪潮','3' union all

select '10','强氧','3'

select aBigClass,bSmallClass

from @BigClass a inner join @SmallClass b on aBigClassId=bBigClassId group by aBigClass,bSmallClass

执行结果:

BigClass SmallClass

----------------------

笔记本 富士通

笔记本 明基

笔记本 三星

笔记本 索尼

服务器 IBM

服务器 浪潮

服务器 强氧

台式机 华硕

台式机 联想

台式机 清华同方

这个交叉计算很少,数据执行应该很快!

其实也不是说非要服务器,你完全可以用现在有的电脑来做!按照你的叙述电脑客户端并不多、公司也不大!那么公司也不会出太多的开支!

用现在的所用的电脑、找一台配置稍高的就可以了!装server2003 的系统就可以了!

不过强烈推荐用Linux的系统!一个字稳!就是不知道你会不会咯!

smb就可以解决!还可以当打印机服务器!完全不用装什么驱动!

而且用户的权限管理的非常严格!

需要帮助的话联系我!linux107@gmailcom

服务器还有文件服务器、打印服务器、数据库服务器、游戏服务器等等。

一般来说提供什么服务就是什么服务器,多种服务可以在一台服务器上。

如:

一台服务器上有WEB和数据库服务,那这台服务器就同时是WEB和数据库服务器。

不用每次都取服务器时间啊。你就在打开页面的时候取一下时间,计算一下倒计时间就行了,然后做个JavaScript计时器就行了。倒计时代码。

var time_now_server,time_now_client,time_end,time_server_client,timerID;

time_end=new Date("Jan 20, 2002 00:00:00");

time_end=time_endgetTime();

time_now_server=new Date("Dec 21, 2001 13:11:1");

time_now_server=time_now_servergetTime();

time_now_client=new Date();

time_now_client=time_now_clientgetTime();

time_server_client=time_now_server-time_now_client;

setTimeout("show_time()",1000);

function show_time()

{

timerinnerHTML =time_server_client;

var time_now,time_distance,str_time;

var int_day,int_hour,int_minute,int_second;

var time_now=new Date();

time_now=time_nowgetTime()+time_server_client;

time_distance=time_end-time_now;

if(time_distance>0)

{

int_day=Mathfloor(time_distance/86400000)

time_distance-=int_day86400000;

int_hour=Mathfloor(time_distance/3600000)

time_distance-=int_hour3600000;

int_minute=Mathfloor(time_distance/60000)

time_distance-=int_minute60000;

int_second=Mathfloor(time_distance/1000)

if(int_hour<10)

int_hour="0"+int_hour;

if(int_minute<10)

int_minute="0"+int_minute;

if(int_second<10)

int_second="0"+int_second;

str_time="<font style='font-size:14pt;color:#28C84A'>"+int_day+"</font><font face='黑体' style='font-size:13pt;'>天</font><br>"+int_hour+":"+int_minute+":"+int_second;

timerinnerHTML=str_time;

setTimeout("show_time()",1000);

}

else

{

timerinnerHTML ="over";

clearTimeout(timerID)

}

}

强氧科技发展有限公司自2001年6月份开始接触Supermicro(超微)产品,当时作为其在中国大陆北方地区的总代理在服务器、工作站市场中取得了良好的业绩,令Supermicro产品销量及知名度大大加强。随着2002年11月份被正式授权为Supermicro(超微)中国地区总代理的资格确认,强氧科技愿与所有业界伙伴携手将更新、更强的Supermicro(超微)专业产品带给中国的广大用户!产品咨询电话:800-810-0119

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 一条SQL语句读取两个分类表~

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情