Search
 
SCRIPT & CODE EXAMPLE
 

SQL

grab part of a string sql

SELECT 
    SUBSTRING('SQLTutorial.org',
        POSITION('.' IN 'SQLTutorial.org'));
Comment

grab part of a string sql

SELECT SUBSTRING('SQLTutorial.org');
Comment

PREVIOUS NEXT
Code Example
Sql :: T-SQL and the WHERE LIKE %Parameter% clause 
Sql :: mysql set column equal to another automatic 
Sql :: insert into from 
Sql :: what is postgresql 
Sql :: mysql sleep connections 
Sql :: sql: extract day text from datetime value 
Sql :: sql to excel pgadmin 
Sql :: postgresql between 
Sql :: select query in sql 
Sql :: postgres disable foreign keys 
Sql :: oracle tablespace autoextend 
Sql :: what is table in sql 
Sql :: postgresql install with ansible 
Sql :: mysql comparing dates 
Sql :: how to left join a sub query in postgresql 
Sql :: how to output a different column name in mysql 
Sql :: How to automatically export database to a csv file 
Sql :: mysql workbench primary key 
Sql :: adding column 
Sql :: sql decimal with 2 places 
Sql :: sqlite output query to csv 
Sql :: postgres isnull 
Sql :: sql to linq converter 
Sql :: on delete set default 
Sql :: how to install mysql without admin rights 
Sql :: sql select all 
Sql :: mysqlimport: Error: 4166 
Sql :: difference between ltrim and rtrim in sql server 
Sql :: db2 foreign keys 
Sql :: get who is hired in specific month in sql 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =