diff options
Diffstat (limited to 'Notes.txt')
-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; |