Back to the month index |
Back to the list index
|
Steger Barnabas (steger@inf.bme.hu)
Tue, 15 Apr 1997 19:39:24 +0200 (MET DST)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: rasmus@bellglobal.com: "Re: [mSQL] Boolean Searches with w3-msql??"
- Previous message: Joseph Norris: "[mSQL] seeking opinions about best way to handle html"
Date: Tue, 15 Apr 1997 19:39:24 +0200 (MET DST) From: Steger Barnabas <steger@inf.bme.hu> Subject: [mSQL] bug ? (msql b6) Message-Id: <Pine.GSO.3.95.970415192242.19395A-100000@kempelen.inf.bme.hu>Solaris 2.5, mSQL-2.0-B6
CREATE TABLE a (b text(20)) \g
INSERT INTO a (b) VALUES ('alma') \g
SELECT * FROM a \g
Query OK. 1 row(s) modified or retrieved.
+----------------------+
| b |
+----------------------+
| alma |
+----------------------+
*** It is OK, but... ***
SELECT * FROM a WHERE b='almasretes' \g
Query OK. 1 row(s) modified or retrieved.
+----------------------+
| b |
+----------------------+
| alma |
+----------------------+
Why?
Help!
------------------------------------------------------------------
Barnabas Steger
--------------------------------------------------------------------------
To remove yourself from the Mini SQL mailing list send a message containing
"unsubscribe" to "unsubscribe" to msql-list-request@bunyip.com. Send a message containing
"info msql-list" to majordomo@bunyip.com for info on monthly archives of
the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!