Changes

Jump to: navigation, search

CDF not used

348 bytes added, 17:54, 10 February 2014
Created page with "<pre>SELECT customdefinedfield.name, customdefinedfield.cdf_datatype, customdefinedfield.entitytype, customdefinedfield.label FROM customdefinedfield Left Join cdfvalue ON cus..."
<pre>SELECT
customdefinedfield.name,
customdefinedfield.cdf_datatype,
customdefinedfield.entitytype,
customdefinedfield.label
FROM
customdefinedfield
Left Join cdfvalue ON customdefinedfield.cdf_id = cdfvalue.cdf_id
WHERE
cdfvalue.cdf_id IS NULL
ORDER BY
customdefinedfield.entitytype ASC,
customdefinedfield.name ASC

</pre>
[[Category:NoPublic]]
6,632
edits

Navigation menu