OT: Insert brackets ( [ , ] ) into mysql table

Dylan Semler dylan.semler at gmail.com
Sun Nov 5 14:26:01 UTC 2006


On 11/5/06, Cameron Simpson <cs at zip.com.au> wrote:
> On 05Nov2006 02:23, Dylan Semler <dylan.semler at gmail.com> wrote:
> | I've been searching a bit for this but nothing seems to work.  I have a
mysql
> | database setup and want to insert the value [mag] into a table.  How
does one
> | do that?  I've tried many variations on:
> |
> |  insert into objects (object, ID, `Spec.`) VALUES ('[mag]', '[mag]',
'[mag]
> | ');
> |
> | with backslashes and backticks around the brackets.  Usually mysql juts
> | updates the table with a [, rather than [mag].  Anyone know how this
should
> | be done?
>
> Please show us "describe objects". Maybe your column types are
> restrictive?

mysql> describe objects;
+---------------+---------+------+-----+---------+-------+
| Field         | Type    | Null | Key | Default | Extra |
+---------------+---------+------+-----+---------+-------+
| object        | char(1) | YES  |     | NULL    |       |
| ID            | char(1) | YES  |     | NULL    |       |
| Spec.         | char(1) | YES  |     | NULL    |       |
| B             | char(1) | YES  |     | NULL    |       |
| V             | char(1) | YES  |     | NULL    |       |
| J             | char(1) | YES  |     | NULL    |       |
| $\sigma$J     | char(1) | YES  |     | NULL    |       |
| H             | char(1) | YES  |     | NULL    |       |
| $\sigma$H     | char(1) | YES  |     | NULL    |       |
| K             | char(1) | YES  |     | NULL    |       |
| $\sigma$K     | char(1) | YES  |     | NULL    |       |
| [3.6]         | char(1) | YES  |     | NULL    |       |
| $\sigma$[3.6] | char(1) | YES  |     | NULL    |       |
| [4.5]         | char(1) | YES  |     | NULL    |       |
| $\sigma$[4.5] | char(1) | YES  |     | NULL    |       |
| [5.8]         | char(1) | YES  |     | NULL    |       |
| $\sigma$[5.8] | char(1) | YES  |     | NULL    |       |
| [8.0]         | char(1) | YES  |     | NULL    |       |
| $\sigma$[8.0] | char(1) | YES  |     | NULL    |       |
+---------------+---------+------+-----+---------+-------+
19 rows in set (0.00 sec)




-- 
Type faster.  Use Dvorak:
http://dvzine.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20061105/4ae8dfca/attachment-0001.htm>


More information about the fedora-list mailing list