SELECT value from another table with similar date pgSQL

前端 未结 0 1115
不知归路
不知归路 2020-12-05 02:21

Please advise proper solution for:

SELECT rate
FROM test.rate
WHERE test.rate (date) LIKE test.purchase (date);
ERROR:           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题