Notice: Function WP_Block_Type_Registry::register was called incorrectly. Block type "core/video" is already registered. Please see Debugging in WordPress for more information. (This message was added in version 5.0.0.) in /var/www/html/blog_tech/wp-includes/functions.php on line 6121
TCC – TO_CHAR Function (datetime) | TCC – TO_CHAR Function (datetime) – Aron's Tech Blog

TCC – TO_CHAR Function (datetime)

This is an example of how to use the Oracle TO_CHAR function in TCC:


<quer:projection alias="DateOfBirth">
 <quer:customFunction name="TO_CHAR">
 <quer:field path="Candidate,Birthday"/>
 <quer:string>MM/dd/yyyy</quer:string>
 </quer:customFunction>
</quer:projection>

Comments are closed.