FW: Error in MySQL 4.0.4 "constant values" in select statement

FW: Error in MySQL 4.0.4 "constant values" in select statement

am 04.03.2003 22:49:20 von Kevin Self

> How-To-Repeat:
>=20
> Using 4.0.4-beta-max-nt
>=20
> typed in the following:
>=20
> select 100 'header1',
> 'data1' 'header2',
> 'data2' 'header3',
> 'data3' 'header4';
>=20
> expected:
>=20
> header1 | header2 | header3 | header4
> =
----------------+---------------------+--------------------- --+----------=
---------------
> 100 data1 data2 data3
>=20
> Got:
>=20
> +---------+--------------+--------------+--------------+
> | header1 | data1 | data2 | data3 |
> +---------+--------------+--------------+--------------+
> | 100 | data1header2 | data2header3 | data3header4 |
> +---------+--------------+--------------+--------------+
>=20
> Regards
>=20

------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13900@lists.mysql.com
To unsubscribe, e-mail