This website requires JavaScript.
Explore
Help
Register
Sign In
LanHeron
/
WorkNote
Watch
1
Star
0
Fork
0
You've already forked WorkNote
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1c125bf9d57f739fb2ba66c7db943a74eb31cebe
WorkNote
/
SanPinPLM
/
数据库
/
从数据库中查询取得codeid值.md
SeedList
3f95dfa63d
vault backup: 2025-03-26 19:41:41
2025-03-26 19:41:41 +08:00
291 B
Raw
Blame
History
Unescape
Escape
介绍
编码器有编码器的ID值
,
这个值在系统中无法被直接查询到
查询方法
在数据库中
,
执行如下语句可以查看到所有编码器的名称及编码器ID
(
codeid
)
select
*
from
cfcode
;