This website works better with JavaScript.
Explore
Help
Sign In
dongchangxi
/
make2
Watch
1
Star
0
Fork
You've already forked make2
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
建模程序 多个定时程序
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
6.9 GiB
Python
99.1%
Batchfile
0.9%
Tree:
677a836569
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '677a836569'
${ noResults }
make2
/
test
/
use.sql
2 lines
86 B
Raw
Blame
History
SELECT
*
,
ABS
(
TIMESTAMPDIFF
(
MINUTE
,
started_at
,
finished_at
)
)
AS
durning
from
tasks
Reference in new issue
Copy Permalink