#sqlmacros zoekresultaten
Thanks @DOAGeV for accepting my talk for the virtual conference #DOAG2020. I will talk about #SQLMacros on Tuesday, November 17 at 16:00.
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
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
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
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
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
@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…
My guess is true, on the subject of #SQLMacros in #OracleDB 20c: => simplifying & readability, found this now: static.rainfocus.com/oracle/oow19/s…
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
Always very enlightening and much fun @ChrisRSaxon See also speakerdeck.com/chrissaxon/pat… #PatternMatching #SQLMacros #ModernSQL #OracleDevLive
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-…
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 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-…
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…
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-…
Learn a little more about Oracle SQL Macros with my @odtug TechCeleration article. #oracle #development #sqlmacros
#OrclDB TechCeleration’s newest blog “Oracle SQL Macros: Simplicity and Performance for All” by #Oracle ACE Alfredo Abate is here! Read the full article: bit.ly/3nb4S @oracleace @HeyAlfredoDBA @odtug @orclDBblogs
And the second one about SQM and the WITH clause: blog.sqlora.com/en/sql-macros-… #sqlmacros #oracledatabase #sql
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
Learn a little more about Oracle SQL Macros with my @odtug TechCeleration article. #oracle #development #sqlmacros
#OrclDB TechCeleration’s newest blog “Oracle SQL Macros: Simplicity and Performance for All” by #Oracle ACE Alfredo Abate is here! Read the full article: bit.ly/3nb4S @oracleace @HeyAlfredoDBA @odtug @orclDBblogs
@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...
Thanks @DOAGeV for accepting my talk for the virtual conference #DOAG2020. I will talk about #SQLMacros on Tuesday, November 17 at 16:00.
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
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
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😀
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
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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Klay 20.3K posts
- 2. #AEWFullGear 70K posts
- 3. McLaren 45.9K posts
- 4. Lando 98.7K posts
- 5. #LasVegasGP 185K posts
- 6. Ja Morant 8,919 posts
- 7. LAFC 15.4K posts
- 8. gambino 2,370 posts
- 9. Hangman 9,878 posts
- 10. Samoa Joe 4,771 posts
- 11. Swerve 6,376 posts
- 12. #Toonami 2,820 posts
- 13. Bryson Barnes N/A
- 14. Verstappen 79.7K posts
- 15. Utah 24K posts
- 16. Kimi 38.6K posts
- 17. Mark Briscoe 4,425 posts
- 18. Benavidez 15.9K posts
- 19. Terry Crews 7,749 posts
- 20. Fresno State 1,004 posts