| 123456 |
- MATCH (company:/dsq_stock/public_company)-[:public_company_belongs_to_industry_stock_industry_category_lv3*1..1]->(industry_lv3:/dsq_stock/stock_industry_category_lv3 WHERE name like '*游戏*'), (company:/dsq_stock/public_company)-[:public_company_to_a_stock_price*1..1]->(price:/dsq_stock/a_stock_price WHERE trade_date = '20250718') RETURN company.name AS "上市公司名称", company.symbol AS "股票代码", price.close_price AS "收盘价", price.pe AS "PE" WITH TIMEOUT = 6m
- /**
- output()
- **/;
|