View Full Version : sql raw zonepoint question
wize_one
01-22-2004, 09:42 AM
looking through db.sql and seeing things like
[quote]
INSERT INTO zonepoints_raw VALUES (1276,'timorous','\0\0\0 \0\0\0\0\0
farce
01-22-2004, 09:47 AM
[code]
INSERT INTO zonepoints_raw VALUES("1276", "timorous", "\0\0\0 \0\0\0\0\0
Lurker_005
01-22-2004, 05:32 PM
The linebreaks are because the data contains non-text information. A lot of time this data is represented as "escaped" characters \t for tab \r\n for carriage return and line feed
see http://www.mysql.com/documentation/mysql/bychapter/manual_Language_Structure.html#Language_Structure for more information
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.