Jump to content
  • 0

[Help]SQL Script


Question

Posted

Γεια σε ολους.. Χρειαζομαι ενα SQL Script, το οποιο να περναει +1 γραμμη σε ενα table

Για να γινω πιο συγκεκριμενος:

Για παραδειγμα στο characters table μετα το chat_filter_count θελω να βαλω μια γραμμη hero..

συγγνωμη αλλα δν μπορω να το εξηγησω καλυτερα...

Script υπαρχει!! το ειχα δει καπου!

2 answers to this question

Recommended Posts

  • 0
Posted

file 8eleis na kaneis add +1 apo oti katalava stin navicat sto characters kai den 3ereis pws...

 

pigene sto Sql characters kai kanei  ayto edw

 

 

se ayto den to exw alla3ei 

  apprentice int(1) NOT NULL DEFAULT 0,
  sponsor int(1) NOT NULL DEFAULT 0,
  varka_ketra_ally int(1) NOT NULL DEFAULT 0,
  clan_join_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
  clan_create_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,
  death_penalty_level int(2) NOT NULL DEFAULT 0,
  PRIMARY KEY  (obj_Id),
  KEY `clanid` (`clanid`)
) ;

 

se ayto einai allagmeno  me to red color einai ayto pou strostesa

 


  apprentice int(1) NOT NULL DEFAULT 0,

  sponsor int(1) NOT NULL DEFAULT 0,

  varka_ketra_ally int(1) NOT NULL DEFAULT 0,

  clan_join_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,

  clan_create_expiry_time DECIMAL(20,0) NOT NULL DEFAULT 0,

  hero decimal(1,0) NOT NULL DEFAULT 0,

  death_penalty_level int(2) NOT NULL DEFAULT 0,

  PRIMARY KEY  (obj_Id),

  KEY `clanid` (`clanid`)

) ;


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...