Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Составить SQL запрос


Client does not wish to make a prepayment? Payment through Safe helps avoid potential fraud.
  1. 798    15  0
    1 day2 USD

    Приветствую.
    Могу помочь с заданием.

    Напишу скрипт за 10 минут.

    Для быстрой связи Telegram: @gmastrbit
    https://t.me/gmastrbit

  2. 759    4  0
    1 day2 USD

    Готов написать запрос на MySQL,или SQL. Обращайтесь, сделаю.

  3. 250    37  1   2
    1 day3 USD

    Готов написать для вас это sql запрос.
    Готов написать для вас это sql запрос.

  4. 2109    226  0   1
    1 day1 USD

    Добрый день! Напишу запрос в одну строку, только уточните какая база данных у вас

  5. 2073    116  0
    1 day2 USD

    Добрый день! С легкостью составлю SQL запрос, делал подобное огромное количество раз. Работы на 5 мин. Обращайтесь!

  6. 93    5  0   1
    1 day2 USD

    Готов написать для вас это sql запрос. Обращайтесь, могу приступать!

  7. 355    10  4   1
    1 day2 USD

    Добрый день. Знаком с sql и сложными запросами. Сделаю за 20 минут.

  8. Another 4 proposals concealed
    Another 2 proposals concealed
  • Yura Kuruts
    22 July 2019, 10:10 |

    ))) Делаете процедуру(функцию) для вывода в 1 строчку  атрибутов с входным параметром товара, а потом уже и запрос. Но лучше все сразу сделать в процедуре и выводить нужный результат

  • Profile deleted
    22 July 2019, 10:28 |

    На php?

  • Vitalii Valchuk
    22 July 2019, 10:34 |

    по сути реализовал на mysql одной строкой для каждого товара

    product_namegroup_concat(a.name)
    грушицвет,вес
    сливывкус,цвет
    яблокивкус,цвет,вес


    product_idproduct_name
    1яблоки
    2груши
    3сливы


    attribute_idname
    1вес
    2вкус
    3цвет


    product_idattribute_id
    11
    12
    13
    21
    23
    32
    33


  • Profile deleted
    22 July 2019, 11:52 |

    На каком языке программирования?

  • Profile deleted
    23 July 2019, 7:44 |

    На Oracle можно так

    select

      p.product_name,

      listagg(ad.name,',') within group (order by ad.name) as attribute_name

    from

      product p

        inner join product_attribute pa on pa.product_id = p.product_id

        inner join attribute_description ad on ad.attribute_id = pa.attribute_id

    group by

      p.product_name


    На mysql вроде так:

    select

      p.product_name,

      group_concat(ad.name separator ',') as attribute_name

    from

      product p

        inner join product_attribute pa on pa.product_id = p.product_id

        inner join attribute_description ad on ad.attribute_id = pa.attribute_id

    group by

      p.product_name


Current freelance projects in the category Databases & SQL

Need a Power BI specialist to build management reporting based on BAS Accounting CORP

About the CompanyWe are a distributor of international sports brands in Ukraine. Accounting is maintained in BAS Accounting CORP.We are looking for a specialist who can help build a management reporting system for the company's management based on Power BI.Important: we are…

Databases & SQLAccounting Services ∙ 2 days 6 hours back ∙ 4 proposals

Technical task: Integration of Telegram chatbot with BAS

1. General Description It is necessary to implement the integration of the chatbot with the BAS system for the transfer and recording of data about products (orders). 2. Input Data (sent by the chatbot): Group ID Product name (with product code) Product price 3. Logic of…

Enterprise Resource Planning (ERP)Databases & SQL ∙ 2 days 9 hours back ∙ 18 proposals

1C data integration

Organize quality preparation and data transfer from 1C to BigQuery for further use in Looker:Organize the data according to the required fields.Prepare a clear structure of tables and intermediate datasets on which dashboards will be built.Set up data loading, gather key…

Databases & SQLData Processing ∙ 4 days back ∙ 9 proposals

Development of a simple controlling and management record system in Google Sheets "turnkey"

Task name: Development of a simple controlling and management record system in Google Sheets "turnkey" for a construction company in Poland (+ online training and implementation assistance) About the company, context, and my main problem Hello, I am looking for an experienced…

Databases & SQLAccounting Services ∙ 5 days 6 hours back ∙ 36 proposals

Development of an analytical Power BI dashboard

45 USD

This is our request, we need a person who understands Power BI: Screen 1: Strategic Cockpit (Financial Health of the Plant) Goal: To understand in 5 seconds, "where are we losing money and how much?". KPI Tiles (Top Bar): Overall margin (Actual vs Plan) in %. Amount of "lost…

Databases & SQL ∙ 5 days 9 hours back ∙ 13 proposals

Client
Aleksey Terletsky
Ukraine Kharkiv  79  0
Project published
6 years back
274 views