@cassandra.apache.org; Vivek Mishra
Sent: Sunday, August 25, 2013 7:37 PM
Subject: Re: CQLsh assume command
This is a wrong mailing list for this kind of questions.
That aside, you should use CQL3 conversion functions instead, that work both
for INSERT/UPDATE and SELECT.
INSERT INTO default(id
This is a wrong mailing list for this kind of questions.
That aside, you should use CQL3 conversion functions instead, that work both
for INSERT/UPDATE and SELECT.
INSERT INTO default(id) VALUES (textAsBlob('1'));
SELECT blobAsText(id) FROM default;
ASSUME is gone in 2.0.
--
AY
On Sunday,