write a qurey for finding the length of the sting.
Answer Posted / srinivas
select length('abc') from dual;
out put:
3
(or)
select length(<columname>) from <table>;
| Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
What is sqlservr exe?
What is a stored procedure in sql with example?
Can you have more than one key in a database?
What does varchar include?
what is isam? : Sql dba
How do you get column names only for a table (sql server)?
What does (*) mean in sql?
what is the difference between where clause and having clause? : Sql dba
Write a sql query to get the third highest salary of an employee from employee_table?
What is the difference between clustered and non-clustered index in sql?
How to pronounce postgresql?
What is rank () in sql?
Do foreign keys improve performance?
What is type and rowtype in pl sql?
how to escape special characters in sql statements? : Sql dba