-
Capstone Project Issue | 3. Data Analytics and Reporting
Hi,
I have created the new table “tradeContext” as part of Capstone Project. I can see its successfully created and holds expected data. However, the test 3.1 is keep failing with the below error. How can we check what is exactly causing this error and resolve?
3.1 Looking only at the last date in our database, create a new table
tradeContext
which has all thetrade
table information. This should have two extra columns –bid
andask
– which contain thenbbo
information for that particular tradeoption_id
as at that trade time.–> Error
>> exercise3.1 Fail “abort” “abort in before block due to error “date””
Log in to reply.