#sqlmacros hasil pencarian
Same story with my submission but with a bit less luck: now I'm on a waiting list with my talk about #SQLMacros Using a table SQL macro function, you can just add a record to whatever table you're querying. Exactly what I need now๐
When using views or subqueries as input for #PTF or table #SQLmacros, you might hit ORA-62558. Do you think it's a bug? Should the cast from external DATE (Typ=13) to internal (Typ=12) be made internally and transparent for the user? @ChrisRSaxon @connor_mc_d
Thanks @DOAGeV for accepting my talk for the virtual conference #DOAG2020. I will talk about #SQLMacros on Tuesday, November 17 at 16:00.
Thank you @DOAGeV for accepting my talk about #SQLmacros for the #apexconn21! Looking forward to "see you there"
As the documentation says, the scalar SQL macros should also work in the GROUP BY clause. But I can't get it to work. Here is the simplest example. Am I doing something wrong or is it a bug? Thanks #Oracle23c #sqlmacros @ChrisRSaxon @connor_mc_d @StewAshton
Thanks @DOAGeV and organizing team for this awesome 10th #apexconn24 conference. And thanks to all attendies for your attention and feedback. I hope @josifabr and I could convince a few more people to check out #sqlmacros
Oh and what I've missed to share so far: I will be speaking about SQL macros at the #DOAG2024-Conference in November in Nuremberg. Thank you @DOAGeV for accepting my talk. See you there! #sqlmacros #oracledatabase #sql @oracleace
Join me for my virtual session at #UKOUGConf20 on Wednesday 2 December 14:00-14:45. Iโll be presenting on #SQLmacros: bit.ly/2IM4Ykc @UKOUG
Still new for many users and rarely used, but no longer on the new features list of #Oracle23c. Talking again about #SQLmacros at #ittage2023 today to remind of this valuable Feature
Already available since @OracleDatabase 21c, but still new for many people in the audience: SQL Macros, explained by @Andrej_SQL at #DOAG2023
Next lined up is @ChrisRSaxon on #ausougConnect21 DEV day talking about #SQLmacros Registrations are welcomed and still opened at register.gotowebinar.com/register/65114โฆ #oraclesql #oracle
My guess is true, on the subject of #SQLMacros in #OracleDB 20c: => simplifying & readability, found this now: static.rainfocus.com/oracle/oow19/sโฆ
Always very enlightening and much fun @ChrisRSaxon See also speakerdeck.com/chrissaxon/patโฆ #PatternMatching #SQLMacros #ModernSQL #OracleDevLive
Day 2 session 2 of #ausougConnect21 with @ChrisRSaxon and #sqlMacros We are LIVE now but registrations are still opened attendee.gotowebinar.com/register/65114โฆ #oracle #sql #plsql
@ChrisRSaxon and @sfonplsql had a great time yesterday on #Feuertips 24, as Chris demoed Oracle's new #SQLmacros feature. See the recording and check out the reference links too! #PLSQL insum.ca/feuertip-24-thโฆ
Want to see the final SQL after applying all your #SQLmacros? Also for scalar macros? New blog post: blog.sqlora.com/en/how-to-get-โฆ
SQL Macros used in Oracle Apex { by @oraclexpert } from @hashnode #sql #oracle #sqlmacros #apex #oracleapex yaitcon.hashnode.dev/sql-macros-useโฆ
The second part is all about using COLUMNS pseudo-operator with #SQLmacros. Did you know that you can also pass data types along with the column names? Or use it with scalar #SQLmacros? #OracleDatabase @oracleace blog.sqlora.com/en/sql-macros-โฆ
Where can scalar #SQLmacros appear? Apparently more often than you might think. Can the #SQLmacros be nested? - Actually no, but somehow yes... @oracleace New blog post: blog.sqlora.com/en/sql-macros-โฆ
New blog post: When using views or subqueries as input for #PTF or table #SQLmacros, you might hit ORA-62558. What is the reason and how to work around it? blog.sqlora.com/en/using-subquโฆ
The last blog post about #SQLmacros, well this year ๐ Using UNPIVOT and GROUP BY to find out what columns are different in almost identical rows. Of course, as a SQL macro ๐ blog.sqlora.com/en/comparing-rโฆ
Oh and what I've missed to share so far: I will be speaking about SQL macros at the #DOAG2024-Conference in November in Nuremberg. Thank you @DOAGeV for accepting my talk. See you there! #sqlmacros #oracledatabase #sql @oracleace
And the second one about SQM and the WITH clause: blog.sqlora.com/en/sql-macros-โฆ #sqlmacros #oracledatabase #sql
Looking at the trace output for SQM expansion can help to interpret some error messages and perhaps understand some of the limitations. Two new blog posts about this: blog.sqlora.com/en/sql-macros-โฆ #sqlmacros #oracledatabase #sql @oracleace
Thanks @DOAGeV and organizing team for this awesome 10th #apexconn24 conference. And thanks to all attendies for your attention and feedback. I hope @josifabr and I could convince a few more people to check out #sqlmacros
The second part is all about using COLUMNS pseudo-operator with #SQLmacros. Did you know that you can also pass data types along with the column names? Or use it with scalar #SQLmacros? #OracleDatabase @oracleace blog.sqlora.com/en/sql-macros-โฆ
Where can scalar #SQLmacros appear? Apparently more often than you might think. Can the #SQLmacros be nested? - Actually no, but somehow yes... @oracleace New blog post: blog.sqlora.com/en/sql-macros-โฆ
One of my New Year's Resolutions is to start writing not only about #SQLmacros. Failed today.๐But 363 attempts are still left ๐ New blog post: What else can you see in the #CBO trace about #SQLmacro expansion? blog.sqlora.com/en/sql-macros-โฆ
Still new for many users and rarely used, but no longer on the new features list of #Oracle23c. Talking again about #SQLmacros at #ittage2023 today to remind of this valuable Feature
Already available since @OracleDatabase 21c, but still new for many people in the audience: SQL Macros, explained by @Andrej_SQL at #DOAG2023
Want to see the final SQL after applying all your #SQLmacros? Also for scalar macros? New blog post: blog.sqlora.com/en/how-to-get-โฆ
As the documentation says, the scalar SQL macros should also work in the GROUP BY clause. But I can't get it to work. Here is the simplest example. Am I doing something wrong or is it a bug? Thanks #Oracle23c #sqlmacros @ChrisRSaxon @connor_mc_d @StewAshton
My experience asking #ChatGPT about #SQLmacros in #OracleDatabase.๐For now I would still stick to using google, oracle docs, asktom and Co., at least for the topics that are new to me. How fast will it get better, what do you think? blog.sqlora.com/en/what-does-cโฆ
SQL Macros used in Oracle Apex { by @oraclexpert } from @hashnode #sql #oracle #sqlmacros #apex #oracleapex yaitcon.hashnode.dev/sql-macros-useโฆ
A second post today - finding frequency-based ranges for various tables (e.g., user_scheduler_job_run_details) with #PatterMatching and #SQLMacros db-oriented.com/2022/07/30/freโฆ @OracleDatabase #orcldb #21c #SQL @oracleace #ACED
a bunch of collection for #sql and #pl/sql with many new and useful things over different @OracleDatabase releases especially with #sqlmacros and #polymorphic things. very cool Winkende Hand
The slides for my #UKOUGtogether21 "Write Less With More" presentation are available here: slideshare.net/secret/nX2trrhโฆ
slideshare.net
Oren nakdimon - Write Less With More - UKOUGtogether21
Day 2 session 2 of #ausougConnect21 with @ChrisRSaxon and #sqlMacros We are LIVE now but registrations are still opened attendee.gotowebinar.com/register/65114โฆ #oracle #sql #plsql
Next lined up is @ChrisRSaxon on #ausougConnect21 DEV day talking about #SQLmacros Registrations are welcomed and still opened at register.gotowebinar.com/register/65114โฆ #oraclesql #oracle
@ChrisRSaxon and @sfonplsql had a great time yesterday on #Feuertips 24, as Chris demoed Oracle's new #SQLmacros feature. See the recording and check out the reference links too! #PLSQL insum.ca/feuertip-24-thโฆ
Thank you @DOAGeV for accepting my talk about #SQLmacros for the #apexconn21! Looking forward to "see you there"
Happy New Year! In case you missed it over the holidays: two new use cases of #SQLmacros added to the collection: 1/2: blog.sqlora.com/en/yet-anotherโฆ
I see no reason to restrict to scalar queries. Moreover, the use of the scalar #SQLmacros in HAVING clause is explicitly documented and it is especially there that aggregates will make sense...
Same story with my submission but with a bit less luck: now I'm on a waiting list with my talk about #SQLMacros Using a table SQL macro function, you can just add a record to whatever table you're querying. Exactly what I need now๐
When using views or subqueries as input for #PTF or table #SQLmacros, you might hit ORA-62558. Do you think it's a bug? Should the cast from external DATE (Typ=13) to internal (Typ=12) be made internally and transparent for the user? @ChrisRSaxon @connor_mc_d
Thanks @DOAGeV for accepting my talk for the virtual conference #DOAG2020. I will talk about #SQLMacros on Tuesday, November 17 at 16:00.
Thank you @DOAGeV for accepting my talk about #SQLmacros for the #apexconn21! Looking forward to "see you there"
Thanks @DOAGeV and organizing team for this awesome 10th #apexconn24 conference. And thanks to all attendies for your attention and feedback. I hope @josifabr and I could convince a few more people to check out #sqlmacros
Oh and what I've missed to share so far: I will be speaking about SQL macros at the #DOAG2024-Conference in November in Nuremberg. Thank you @DOAGeV for accepting my talk. See you there! #sqlmacros #oracledatabase #sql @oracleace
As the documentation says, the scalar SQL macros should also work in the GROUP BY clause. But I can't get it to work. Here is the simplest example. Am I doing something wrong or is it a bug? Thanks #Oracle23c #sqlmacros @ChrisRSaxon @connor_mc_d @StewAshton
Join me for my virtual session at #UKOUGConf20 on Wednesday 2 December 14:00-14:45. Iโll be presenting on #SQLmacros: bit.ly/2IM4Ykc @UKOUG
Still new for many users and rarely used, but no longer on the new features list of #Oracle23c. Talking again about #SQLmacros at #ittage2023 today to remind of this valuable Feature
Already available since @OracleDatabase 21c, but still new for many people in the audience: SQL Macros, explained by @Andrej_SQL at #DOAG2023
Next lined up is @ChrisRSaxon on #ausougConnect21 DEV day talking about #SQLmacros Registrations are welcomed and still opened at register.gotowebinar.com/register/65114โฆ #oraclesql #oracle
Day 2 session 2 of #ausougConnect21 with @ChrisRSaxon and #sqlMacros We are LIVE now but registrations are still opened attendee.gotowebinar.com/register/65114โฆ #oracle #sql #plsql
Something went wrong.
Something went wrong.
United States Trends
- 1. Clippers 12.2K posts
- 2. Harden 8,985 posts
- 3. #DWTS 48.3K posts
- 4. Giannis 27.2K posts
- 5. Ty Lue 1,174 posts
- 6. Kawhi 3,186 posts
- 7. Whitney 15.2K posts
- 8. #RHOSLC 7,081 posts
- 9. Markstrom 1,667 posts
- 10. Brunson 7,051 posts
- 11. Ryan Rollins 2,862 posts
- 12. Chris Paul 1,482 posts
- 13. Huda 4,795 posts
- 14. Alix 6,623 posts
- 15. Caden 7,853 posts
- 16. Zubac 1,542 posts
- 17. #Blackhawks 2,519 posts
- 18. UTEP 1,991 posts
- 19. Elaine 37.6K posts
- 20. Connor Bedard 4,692 posts