calendar

SET @start_date = CAST('2018-02-20 12:30:01' AS DATETIME);
SET @end_date = CAST('2018-02-20 14:29:59' AS DATETIME);
 
 
 
SELECT * FROM table
WHERE 
 
  (date_from > @start_date AND date_from < @end_date)
   OR 
  (date_to > @start_date AND date_from < @end_date)
  OR  
  (date_to > @start_date AND date_to < @end_date)
 
 
Kategoria: 

power shell - tail

Get-Content .\nlog-own-2018-02-01.log -Wait -Tail 70

Get-Content .\Clippeon.log -Wait -Tail 70 | Select-String DEBUG

Kategoria: 

Git

git diff tags/2017.4.1 tags/2018.11.0 lib/*/*somethings
git checkout tags/2017.11.0
Kategoria: 

Strony

Subskrybuj Notatnik RSS