Skip to content

Commit

Permalink
Update Lab3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabragaMS committed Oct 28, 2019
1 parent 27bd1cc commit eb2d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lab/Lab3/Lab3.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ select
from NYCTaxiDataTable as rides
join NYCTaxiLocation as pu
on rides.PULocationID = pu.LocationID
where cast(tpep_pickup_datetime as date) = '2018-04-07'
where cast(tpep_pickup_datetime as date) = '2019-04-07'
and passenger_count > 5
and total_amount > 50.0
```
Expand Down

0 comments on commit eb2d821

Please sign in to comment.