diff options
author | Teddy Wing | 2022-03-07 19:16:44 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-07 19:16:44 +0100 |
commit | f2bb75a53d3c05aca645e221f40dcd51f62503b0 (patch) | |
tree | d2ee1d29cbf6c25c7558bad66646a7a2c017180d | |
parent | 305369771b3ef7fcf02d4419930d8303c1afc389 (diff) | |
download | yaqlite-f2bb75a53d3c05aca645e221f40dcd51f62503b0.tar.bz2 |
Add notes
-rw-r--r-- | Notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Notes.txt b/Notes.txt new file mode 100644 index 0000000..ab07259 --- /dev/null +++ b/Notes.txt @@ -0,0 +1,2 @@ +-- Get type of column (only works when selecting rows in the table). +SELECT typeof(column) FROM table; |