0

How Can I make a left join in qcode/qcubed and select fields from both tables. ( no FK exists but there are fields that are logical to join ).

johnlemon
  • 20,761
  • 42
  • 119
  • 178

1 Answers1

2

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.

Alex Weinstein
  • 9,823
  • 9
  • 42
  • 59