Oracle TO_SINGLE_BYTE Function


/ Published in: SQL
Save to your folder(s)

A few examples of the TO_SINGLE_BYTE function.


Copy this code and paste it in your HTML
  1. --TO_SINGLE_BYTE
  2.  
  3. SELECT TO_SINGLE_BYTE('This is a test value') AS single_test
  4. FROM dual;

URL: http://www.databasestar.com/oracle-to_single_byte

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.