This works
select DBMS_LOB.substr(myColumn, 3000) from myTable
Related Contents:
- Is there a combination of “LIKE” and “IN” in SQL?
- What is the string concatenation operator in Oracle?
- SQL error “ORA-01722: invalid number”
- Search All Fields In All Tables For A Specific Value (Oracle)
- Splitting string into multiple rows in Oracle
- How can I get the number of records affected by a stored procedure?
- Is it possible to output a SELECT statement from a PL/SQL block?
- How to check if a column exists before adding it to an existing table in PL/SQL?
- Different CURRENT_TIMESTAMP and SYSDATE in oracle
- Select multiple columns into multiple variables
- SQL to generate a list of numbers from 1 to 100
- What does the colon sign “:” do in a SQL query?
- PL/SQL block problem: No data found error
- IS vs AS keywords for PL/SQL Oracle Function or Procedure Creation [duplicate]
- create table with sequence.nextval in oracle [duplicate]
- How to use BOOLEAN type in SELECT statement
- Is there any way to flush output from PL/SQL in Oracle?
- How can you tell if a value is not numeric in Oracle?
- ORA-06502: PL/SQL: numeric or value error: character string buffer too small
- How to return multiple rows from the stored procedure? (Oracle PL/SQL)
- Get list of all tables in Oracle?
- What is the difference between Views and Materialized Views in Oracle?
- When do I need to use a semicolon vs a slash in Oracle SQL?
- How can I get column names from a table in Oracle?
- Oracle find a constraint
- Oracle “(+)” Operator
- How to add ‘ON DELETE CASCADE’ in ALTER TABLE statement
- How to declare variable and use it in the same Oracle SQL script?
- Is there any difference between “!=” and “” in Oracle Sql?
- How to use Oracle ORDER BY and ROWNUM correctly?
- Do I need to create indexes on foreign keys on Oracle?
- MySQL ‘create schema’ and ‘create database’ – Is there any difference
- How to Alter Constraint
- Oracle DateTime in Where Clause?
- How can I introduce multiple conditions in LIKE operator?
- How to Select a substring in Oracle SQL up to a specific character?
- How to run .sql file in Oracle SQL developer tool to import database?
- Oracle: What does `(+)` do in a WHERE clause?
- Counting number of joined rows in left join
- Delete with “Join” in Oracle sql Query
- What exactly do quotation marks around the table name do?
- Difference between WITH clause and subquery?
- sqlplus statement from command line
- How to debug ORA-01775: looping chain of synonyms?
- Oracle: ‘= ANY()’ vs. ‘IN ()’
- What’s the SQL national character (NCHAR) datatype really for?
- oracle SQL how to remove time from date
- Check if current date is between two dates Oracle SQL
- Stored Procedure with optional “WHERE” parameters
- SQL – How to store and navigate hierarchies?