https://learninghub.kx.com/forums/topic/3-1-trade-table-not-having-date-column
The comments describe that the trade table should have date column but i can not see the date column in my session. Please suggest something.
https://learninghub.kx.com/forums/topic/3-1-trade-table-not-having-date-column
The comments describe that the trade table should have date column but i can not see the date column in my session. Please suggest something.
Hi @Sawi
Can you try running:
delete trade from `.
then running the code from exercise 1.1 again. This will remove the table that is saved on disk and reload it from memory.
Let me know if this works!
My this command for 1.1 is giving me part error now: system "l ", getenv[`HOME], "/fundamentals_capstone_dbs/"
Hi,
I'm going to access your server to have a closer look. Thanks!
Sure, Waiting
Hi @Sawi
You had an incorrect file stored in the database. I have removed it and your code should run fine now.
Thanks.
Working , Thanks!