Can any one tell me the difference between %KillExtent and %DeleteExtent with example
8 comentarios
https://es.community.intersystems.com/node/566516
Hi 开发者们,
为了更好地优化开发者社区服务,我们希望了解中国的开发者们最常用的代码托管平台是什么。我们发起了一项有奖调研。调研将于5月14日截止,欢迎参加!
调研时间:2024年4月23日-2024年5月14日
调研方式:
为了便于您的参与,我们准备了两种调研方式,您可以选择任意一种方式参与调研。
1. 方式一:点击【此处】进入调研表单,参与调研。
建议您从电脑端参与调研,为了快速完成调研,调研前务必准备好您的社区主页URL。
如何找到社区主页URL:在开发者社区页面点击“个人头像”后,复制浏览器中的URL即可,格式如下(例):https://cn.community.intersystems.com/user/claire-zheng
2. 方式二:登录开发者社区,在这篇帖子下跟帖留言,注明您最常用的代码托管平台即可。
调研奖励:
调研结束后,我们将进行随机抽奖,为参与此次调研的开发者们送出以下奖品——
- 迷你桌面吸尘器5份
- 充气颈枕2份
- 以及特别奖励1份,奖品为:Apple AirTag
.png)
快来参加吧!
https://es.community.intersystems.com/node/566506
五月 06 - 12, 2024Week at a GlanceInterSystems Developer Community
https://es.community.intersystems.com/node/566501
記事
#InterSystems IRIS
#InterSystems IRIS BI (DeepSee)
お知らせ
#InterSystems IRIS
#InterSystems公式
5/06 ~ 5/12Week at a GlanceInterSystems Developer Community
https://es.community.intersystems.com/node/566496
Hello Community,
I'm trying to load a file by execute this LOAD DATA SQL command in both studio and SQL-SMP I got the below error.
ClassMethod ExecutedQueries()
{
LOAD DATA FROM FILE 'C:\\FHIRFILE\mycont.csv' COLUMNS ( C_COUNTRY VARCHAR ( 40 ) , C_CODE VARCHAR ( 20 ) ) INTO SAMPLE . COUNTRIES ( COUNTRY , CODE ) VALUES ( C_COUNTRY , C_CODE )
LOAD DATA FROM FILE 'C:\FHIRFILE\mycont.csv' INTO SAMPLE . COUNTRIES ( COUNTRY , CODE )
}
sample data
.png)
.png)
4 comentarios
https://es.community.intersystems.com/node/566491