Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP!! MYSQL
#1
Hey guys,

need help, i was tweaking my mysql database.
but no i want to implant a specific sequence
Quote:55-0-0

but everytime i insert is it sees it as 55-0-0 = 55 Tongue
but i want him to see it as a sentence not a sum
so i can see this is my PHP 55-0-0 not 55

Quote:UPDATE villages SET conmap_con =55

this is what i get.
but i want to get this

Quote:UPDATE villages SET conmap_con =(55-0-0)

so that all the collums for con map_con change to 55-0-0 and not 55

please tell me what to insert in mysql database??

i'm stuck and you are the best!
please??!!
Reply
#2
Maybe learn SQL. -.-

Code:
UPDATE `villages` SET `conmap_con` = '55-0-0'

~moved
Reply
#3
Well thanx for the help.

and i know nothing about mysql.
i'm a doctor in training Tongue

but thanx!
Reply




Users browsing this thread: 1 Guest(s)