1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<HTML>
<HEAD>
<TITLE>NoSQL: Limits, a few minor ones</TITLE>
</HEAD>
<BODY>
<A HREF="NoSQL-8.html">Previous</A>
<A HREF="NoSQL-10.html">Next</A>
<A HREF="NoSQL.html#toc9">Contents</A>
<HR>
<H2><A NAME="s9">9. Limits, a few minor ones</A> </H2>
<P>The following limits apply.
<P>There must not be any ASCII TAB characters in the data.
This is the primary limit as the ASCII TAB character is
the delimiter in rdbtables. There must not be any pipe
characters `|` used or entered as data when using the
operator 'nsq-ed'. All of the Compare operators and Logical
constructors are reserved and should not be used as column
names (they are all lower case and four characters or less).
They are: 'gt', 'ge', 'lt', 'le', 'eq', 'ne', 'or', 'and',
'null', 'mat', and 'nmat'.
<P>
<HR>
<A HREF="NoSQL-8.html">Previous</A>
<A HREF="NoSQL-10.html">Next</A>
<A HREF="NoSQL.html#toc9">Contents</A>
</BODY>
</HTML>
|