-
Capstone Project Partitioned table /dbs
Hi,
ls /dbs // I get the 4 partitioned values
“2020.08.03”
“2020.08.04”
“2020.08.05”
“2020.08.06”
“sym”I don’t understand what sym represents.
when I type cols trade, I don’t see the column sym but I can still run the following statement
select sym from trade where date=2020.08.05what’s the difference between option_id and sym? I see only two 2 differences. Sym contains two more rows containing B and S ?!
sym
—————–
B
FB20200720C230
FB20200720C240….
S
Log in to reply.