Skip to main content

AccessTr.neT


Sqlite3 Db Browser Saniyeyi Saat, Dakika, Saniye Verisine Dönüştürmek

footprinting
footprinting
SQL
10
1411

Sqlite3 Db Browser Saniyeyi Saat, Dakika, Saniye Verisine Dönüştürmek

#2
biraz zorlama bir yapı oldu ama dilerim işinize yarar
select Undertaking_Date, Create_Date,  (strftime('%j',date(strftime('%s',datetime(substr(Undertaking_Date, 7,4) || "-" || substr(Undertaking_Date,4,2)  || "-" || substr(Undertaking_Date, 1,2) || " " || substr(Undertaking_Date, 11))) - strftime('%s',datetime(substr(Create_Date, 7,4) || "-" || substr(Create_Date,4,2)  || "-" || substr(Create_Date, 1,2) || " " || substr(Create_Date, 11))),'unixepoch')) - 1) ||" Gün "|| time(strftime('%s',datetime(substr(Undertaking_Date, 7,4) || "-" || substr(Undertaking_Date,4,2)  || "-" || substr(Undertaking_Date, 1,2) || " " || substr(Undertaking_Date, 11))) - strftime('%s',datetime(substr(Create_Date, 7,4) || "-" || substr(Create_Date,4,2)  || "-" || substr(Create_Date, 1,2) || " " || substr(Create_Date, 11))),'unixepoch') as "Fark"  from Deneme
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
RE: Sqlite3 Db Browser Saniyeyi Saat, Dakika, Saniye Verisine Dönüştürmek - Yazar: berduş - 16/06/2021, 21:33
Task