sql raw zonepoint question
looking through db.sql and seeing things like
[quote] INSERT INTO zonepoints_raw VALUES (1276,'timorous','\0\0\0 \0\0\0\0\0 |
[code]
INSERT INTO zonepoints_raw VALUES("1276", "timorous", "\0\0\0 \0\0\0\0\0 |
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/m...uage_Structure for more information |
All times are GMT -4. The time now is 04:32 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.