How to connect two select queries?
I have done the following:
meta: {
select: "*, countries(name, formula) as parcels.destination_country, customers(name) as parcels.sender"
}
Bu these queries together do not work, which operator / keyword am I missing?
meta: {
select: "*, countries(name, formula) as parcels.destination_country, customers(name) as parcels.sender"
}
Bu these queries together do not work, which operator / keyword am I missing?
