Skip to content

Commit

Permalink
Update sql_stock_ticker_cloud.adoc
Browse files Browse the repository at this point in the history
one more typo...
  • Loading branch information
naadhira committed Apr 4, 2024
1 parent b6002a1 commit 739650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/sql_stock_ticker_cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ SELECT
trades.ticker AS Symbol,
companies.company as Company,
ROUND(trades.price,2) AS Price,
trades.amount AS "Shares Sold"
trades.amt AS "Shares Sold"
FROM trades_topic AS trades
JOIN companies
ON companies.ticker = trades.ticker;
Expand Down

0 comments on commit 739650f

Please sign in to comment.