[sql] 1
Viewer
*** This page was generated with the meta tag "noindex, nofollow". This happened because you selected this option before saving or the system detected it as spam. This means that this page will never get into the search engines and the search bot will not crawl it. There is nothing to worry about, you can still share it with anyone.
- SELECT
- stat.*
- FROM bg_object_mapping om
- LEFT JOIN (
- SELECT
- stat.*
- FROM staging.stats_columns stat
- JOIN (
- SELECT
- external_id,
- source_name
- FROM bg_object_mapping
- WHERE business_id = :businessId
- ) idmap
- ON stat.external_id = idmap.external_id
- AND stat.source_name = idmap.source_name
- JOIN (
- SELECT
- external_id,
- source_name
- FROM bg_object_mapping
- WHERE business_id = :businessId
- ) par_idmap
- ON stat.parent = par_idmap.external_id
- AND stat.source_name = par_idmap.source_name
- ) stat
- ON om.external_id = stat.external_id
- AND om.source_name = stat.source_name
Editor
You can edit this paste and save as new: