我是photoshop脚本的新手.
我想将图像图像(从我的硬盘)加载到活动文档中作为具有定位的新图层.如何才能做到这一点?有人可以分享一下代码吗?
谢谢
我在PL SQL过程中使用以下代码:
execute immediate 'select count(distinct item_type) into counter_variable
from items where ' || field_name || ' is not null'
Run Code Online (Sandbox Code Playgroud)
这里,
counter_variable在过程的声明部分声明field_name是PL SQL过程的IN参数,传递的值将是'items'表中的列名
我得到的错误是"无效的SQL语句",我无法弄清楚原因.有任何想法吗?
谢谢