How to SCHEDULE QUERIES & create STORED PROCEDURES in SQL | BigQuery

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 11

  • @monubhaiya9022
    @monubhaiya9022 Рік тому +1

    Thank you so much for this series I learn so many things... Waiting for final end to end project on PBI ... thank you so much

    • @pivotalstats
      @pivotalstats  Рік тому

      Really glad that it helped. :)
      Sure i will come back to PBI soon, once i wrap up the current python content. Thanks for watching!

  • @pramodasarath6733
    @pramodasarath6733 3 місяці тому

    Wonderful explanation.. Hope i came across ur channel early

    • @pivotalstats
      @pivotalstats  3 місяці тому

      Glad it helped, thanks for watching!

  • @anjansaha5
    @anjansaha5 7 місяців тому +1

    Hello, you have a good content. Make make another content for Advanced SQL course..

  • @bsc169
    @bsc169 Рік тому +1

    Thanks

  • @SoulamiMukherjeexWF
    @SoulamiMukherjeexWF 2 місяці тому

    I want to schedule a stored procedure in bigquery , how to do that

    • @pivotalstats
      @pivotalstats  2 місяці тому +1

      Create a Stored Procedure first and then create a new query. Inside that new query write "Call your_SP_name ()". Save this query and then schedule it as shown in the video. Hope this helps!