go to post Muhammad Waseem · Jul 10, 2023 Congratulation to all the winners and organizers 👏It was a great contest with a lot of learnings. I heard first time about langchain in this contest
go to post Muhammad Waseem · Jul 7, 2023 Hi @Evgeny Shvarov Thanks for publishing the bonuses.Please note that I have added FHIR SQL Builder functionality in my new release of irisChatGPT application. So pls consider it.Thanks
go to post Muhammad Waseem · Apr 24, 2023 Congratulations everyone! It's an honor to be part of this community, which always provides opportunities to learn and enhance skills.Thanks
go to post Muhammad Waseem · Apr 19, 2023 Thanks @Michael Lei, Do you mean to publish this article on CN DC? if so then I already requested the translation.
go to post Muhammad Waseem · Apr 3, 2023 Congratulation to all the winners and participants 👏👏Thanks organizers for providing this amazing opportunity to participate
Congratulation to all the winners and participants 👏👏Thanks organizers for providing this amazing opportunity to participate
go to post Muhammad Waseem · Apr 3, 2023 Hi @Evgeny Shvarov,List of Tables can be listed by using the below query against all or specific schema: SELECT TOP 5 * FROM INFORMATION_SCHEMA.TABLES --WHERE TABLE_NAME LIKE '%CSP%' While Columns details can be listed by using the below query: SELECT TOP 5 * FROM INFORMATION_SCHEMA.COLUMNS --WHERE TABLE_NAME LIKE '%CSP%' --AND TABLE_SCHEMA LIKE '%CSP%' Thanks