Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P243
(An Untitled Masterwork)
Active
Public
Actions
Authored by
EBernhardson
on Jan 30 2015, 12:48 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F33066: file
Jan 30 2015, 12:48 AM
2015-01-30 00:48:14 (UTC+0)
Subscribers
None
var list = from o in _entities.orderT.Include("personT")
.Where(p => p.personT.person_id == person_id &&
p.personT.created >= fromTime &&
p.personT.created <= toTime).ToList()
group o by new { o.name, o.personT.created.Year, o.personT.created.Month, o.personT.created.Day } into g
orderby g.Key.name
select new { g.Key, count = g.Sum(x => x.price) };
Event Timeline
EBernhardson
edited the content of this paste.
(Show Details)
Jan 30 2015, 12:48 AM
2015-01-30 00:48:14 (UTC+0)
EBernhardson
updated the paste's language from
autodetect
to
autodetect
.
Multichill
mentioned this in
T230569: General SDC data modelling session
.
Sep 29 2019, 4:39 PM
2019-09-29 16:39:46 (UTC+0)
Xqt
mentioned this in
T343624: Known issues and todos for create_isbn_edition.py
.
Aug 5 2023, 9:47 AM
2023-08-05 09:47:11 (UTC+0)
Xqt
mentioned this in
T379492: Create phab tasks from create_isbn_edition.py script.
.
Nov 10 2024, 12:40 PM
2024-11-10 12:40:54 (UTC+0)
Log In to Comment