blob: 61d82d316b5d48f5e5ff474649e451aea92ddc22 [file] [log] [blame]
+--------------------+------------------------+--------------------+-----------------------------------------+----------------------------------------+--------------------+
|long_attr |double_attr |char_attr |datetime_attr |interval_attr |varchar_attr |
+--------------------+------------------------+--------------------+-----------------------------------------+----------------------------------------+--------------------+
| 1234| 12.34| foo| 1994-04-27T08:20:50| 12 days 00:00:00| bar|
| -1234567890| -1.2e-200|A twenty char string| 1969-07-21T02:56:00| 00:00:01.001000|Another twenty chars|
| NULL| NULL| NULL| NULL| NULL| NULL|
| NULL| NULL| \N| NULL| NULL| \N|
| 42| -42.5| {
\escapedx
}| 1988-07-16T00:00:00.000001| 00:00:00|'good' "bye"
|
| 0| 0| \\
\\
| 1970-01-01T00:00:00| 00:00:00| \\|
+--------------------+------------------------+--------------------+-----------------------------------------+----------------------------------------+--------------------+