Skip to content

Instantly share code, notes, and snippets.

View Oloompa's full-sized avatar

Anthony Pothin Oloompa

  • France
View GitHub Profile
select * from voyagerouteproposal v
where v."optimizationId" in (
select "id" from optimization o
where o."voyageId" = '060b6dd5-7f54-4cff-97c5-01e7de5a361e'
)
and v."completionReason" = 'ACCEPTED'
order by v."createdAt" ASC
limit 1;