Lost in a query...
- Tom Kuyper
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
8 years 7 months ago #3727
by Tom Kuyper
Lost in a query... was created by Tom Kuyper
Hi,
I have bought vData a few days ago and I cannot get the following query to work with vData.
I am sure I'm overseeing something, but I have no idea what.
I need to get the following into a profile:
SELECT CONCAT(cb_mv, " ",cb_voortitel, " ",cb_voorletters, " ",middlename, " ",lastname, " ",cb_achtertitel )
FROM mmp_j17_comprofiler
LEFT JOIN mmp_j17_invoices_contacts
ON mmp_j17_comprofiler.user_id=mmp_j17_invoices_contacts.user_id;
Any idea?
Tom
I have bought vData a few days ago and I cannot get the following query to work with vData.
I am sure I'm overseeing something, but I have no idea what.
I need to get the following into a profile:
SELECT CONCAT(cb_mv, " ",cb_voortitel, " ",cb_voorletters, " ",middlename, " ",lastname, " ",cb_achtertitel )
FROM mmp_j17_comprofiler
LEFT JOIN mmp_j17_invoices_contacts
ON mmp_j17_comprofiler.user_id=mmp_j17_invoices_contacts.user_id;
Any idea?
Tom
Please Log in to join the conversation.
8 years 7 months ago #3730
by Daniel
Thanks
Daniel
Replied by Daniel on topic Lost in a query...
Hi,
Please let me know in which section of vData you are trying to run this Query?
Please let me know in which section of vData you are trying to run this Query?
Thanks
Daniel
Please Log in to join the conversation.
- Tom Kuyper
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
8 years 7 months ago #3731
by Tom Kuyper
Replied by Tom Kuyper on topic Lost in a query...
Hi Danielk,
Thanks for your prompt response.
I've tried to set up a profile with export and import (reversed the query)
and with the "Quick" methode.
Tom
Thanks for your prompt response.
I've tried to set up a profile with export and import (reversed the query)
and with the "Quick" methode.
Tom
Please Log in to join the conversation.