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`)

) ;


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock