Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Wrapping on the rows (adding three dots "..." after 10 letters)

3474044Jun 22 2017 — edited Jul 28 2017

Hi all,

I have a question about the rapping. I have data on the table. And some data are less than other and some are so long which creates so many free spaces for other cells of the same rows (Please, see the attached screenshot to understand clearly). I want to make the big sized data in the cells little by adding three dots (...) at the end of the 10^th letter (example: qwertyuiopasdfghjkl --> regular. I want it like this: qwertyuiop... When i'd click on the 3 dots, it would show the rest of the data) -IN ADDITION, ANY NEW IDEAS ABOUT HOW NOT TO WRAP MAY ACCEPTED AND APPRECIATED!

Capture (1).PNG

Thanks a lot for your help!

Comments

157315
Oracle XQuery is compliant with the W3C XQuery recommendation. It is a database-native implementation that has been available since Oracle Database 10g Release 2. You can download the database from http://www.oracle.com/technology/software/products/database/oracle10g/index.html. Once you have the software installed, a good starting point is an Oracle By Example tutorial on XQuery (http://www.oracle.com/technology/obe/10gr2_db_vmware/datamgmt/xquery/xquery.htm).

For client or mid-tier access of XQuery, you can use JDBC, ODP.NET, web service, or other APIs along with SQL/XML standard functions (i.e., XMLQuery() and XMLTable()).

Regards,
Geoff
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 11 2017
Added on Jun 22 2017
13 comments
1,412 views