Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 255 Bytes

mysql.md

File metadata and controls

5 lines (5 loc) · 255 Bytes
SELECT * FROM DailyTradingJournal_development.candlesticks
inner join DailyTradingJournal_development.hour_analytics on hour_analytics.candlestick_id = candlesticks.id
where candlesticks.merchandise_rate_id = 35 and candlesticks.time_type = 4;