627 shaares
2 results
tagged
sqlite
Pour convertir une base SQLite en MySQL
Requête sqlite pour exporter l'historique skype dans un fichier texte
sqlite3 /Users/danielbeck/Library/Application\ Support/Skype/YourSkypeName/main.db "SELECT author, from_dispname, datetime(timestamp, 'unixepoch') as date, body_xml FROM Messages where dialog_partner = 'theOtherPersonsUserName' ORDER BY timestamp;" > "theOtherPersonsUserName.log"