开发者

Qcubed Left Join

开发者 https://www.devze.com 2023-01-14 10:37 出处:网络
How Can I make a left join 开发者_如何学Goin qcode/qcubed and select fields from both tables. ( no FK exists but there are fields that are logical to join ).You can define foreign key relationships wi

How Can I make a left join 开发者_如何学Goin qcode/qcubed and select fields from both tables. ( no FK exists but there are fields that are logical to join ).


You can define foreign key relationships without explicit foreign keys in the database - see http://examples.qcu.be/assets/_core/php/examples/code_generator/script_path.php.

If the above is not possible, I'd write a custom SQL query in that case.

0

精彩评论

暂无评论...
验证码 换一张
取 消