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
go to post Muhammad Waseem · Mar 16, 2023 Hi @Maria Gladkov, Nice article and very well explained. Thanks
go to post Muhammad Waseem · Mar 6, 2023 Looks like there are some restrictions while installing win32api with pipTry with pypiwin32 module as below: C:\Users\kurthofman> C:\InterSystems\IRIS\bin\irispip install --target C:\InterSystems\IRIS\mgr\python pypiwin32