Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explaining data structures to the Business Intelligence team #11

Open
hithacker opened this issue Nov 19, 2021 · 0 comments
Open

Explaining data structures to the Business Intelligence team #11

hithacker opened this issue Nov 19, 2021 · 0 comments

Comments

@hithacker
Copy link
Contributor

hithacker commented Nov 19, 2021

Query

select qr_code.qrd_id,
qr_code.folder,
qr_code.title,
coalesce(NULLIF(city, ''), NULLIF(village, '')) as city_or_village,
user_request.*,
access_control.email
from user_request
join qr_code on user_request.qr_code_id = qr_code.id
left outer join access_control on access_control.folder=qr_code.folder;

@hithacker hithacker changed the title Explaining data structures to their Business Intelligence team Explaining data structures to the Business Intelligence team Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant