aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-03-07 19:16:44 +0100
committerTeddy Wing2022-03-07 19:16:44 +0100
commitf2bb75a53d3c05aca645e221f40dcd51f62503b0 (patch)
treed2ee1d29cbf6c25c7558bad66646a7a2c017180d
parent305369771b3ef7fcf02d4419930d8303c1afc389 (diff)
downloadyaqlite-f2bb75a53d3c05aca645e221f40dcd51f62503b0.tar.bz2
Add notes
-rw-r--r--Notes.txt2
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;