Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. CREATE TABLE filemeta (filemeta_id INTEGER PRIMARY KEY, localLastModified DATETIME)
  2.  
  3. select datetime(localLastModified,"YYYY-MM-DD HH:MM:SS") AS localLastModified from filemeta
  4. select datetime(localLastModified) from filemeta
  5.  
  6. select localLastModified from filemeta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement