24-02-2013, 06:15 PM
|
#10
|
|
• الانـتـسـاب » Feb 2013
|
• رقـم العـضـويـة » 110152
|
• المشـــاركـات » 42
|
• الـدولـة »
|
• الـهـوايـة »
|
• اسـم الـسـيـرفـر »
|
• الـجـنـس »
|
• نقـاط التقييم » 10
|
|
|
حلك اهوا
كود PHP:
USE [SRO_VT_ACCOUNT]
GO
/****** Object: Table [dbo].[TB_User] ****** Date: 09/13/2011 08:35:06 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
DROP TABLE TB_User
GO
CREATE TABLE [dbo].[TB_User](
[JID] [tinyint] NOT NULL,
[StrUserID] [tinyint] NOT NULL,
[password] [tinyint] NOT NULL,
[status] [tinyint] NOT NULL,
[GMrank] [tinyint] NOT NULL,
[Name] [tinyint] NOT NULL,
[Email] [tinyint] NOT NULL,
[sex] [tinyint] NOT NULL,
[certificate_num] [tinyint] NOT NULL,
[address] [tinyint] NOT NULL,
[postcode] [tinyint] NOT NULL,
[phone] [tinyint] NOT NULL,
[mobile] [tinyint] NOT NULL,
[regtime] [tinyint] NOT NULL,
[reg_ip] [tinyint] NOT NULL,
[Time_log] [tinyint] NOT NULL,
[freetime] [tinyint] NOT NULL,
[sec_primary] [tinyint] NOT NULL,
[sec_content] [tinyint] NOT NULL,
[AccPlayTime] [tinyint] NOT NULL,
[LatestUpdateTime_ToPlayTime] [tinyint] NOT NULL,
[play123Time] [tinyint] NOT NULL,
[OnlineTimee] [tinyint] NOT NULL
) ON [PRIMARY]
GO
اعمل Query هتقولى ازاى
هقولك كليك يمين على SRO_VT_ACCOUNT
و تختار New Query
و بعد كده تحط الكود ده
و بعد كده كليك يمين و تختار Excuse
و مبروك
|
|
|