From f2bb75a53d3c05aca645e221f40dcd51f62503b0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 7 Mar 2022 19:16:44 +0100 Subject: Add notes --- Notes.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Notes.txt (limited to 'Notes.txt') 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; -- cgit v1.2.3