Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql get character at index

SELECT SUBSTRING('hello', 2, 1)
// answer is "e"
// this is 1-indexed, take care
Comment

PREVIOUS NEXT
Code Example
Sql :: ON DUPLICATE KEY UPDATE for postgres 
Sql :: mysql how to use FIND_IN_SET function in WHERE clause ? 
Sql :: delete top 10 rows in sql 
Sql :: sql delete duplicate rows 
Sql :: sql online compiler 
Sql :: null column as zero in mysql 
Sql :: to_date postgresql 
Sql :: sql delete duplicate 
Sql :: SQL Copy to Another Database 
Sql :: how to print sql query 
Sql :: sql string function update replace 
Sql :: add column in table 
Sql :: coalesce sql 
Sql :: sql server port 
Sql :: calculate date and convert to yearsmysql 
Sql :: order by ip address sql 
Sql :: osm2pgsql mac 
Sql :: how to get all dates in a month in oracle 
Sql :: difference between 2 query results sql server 
Sql :: sqlite 3 mac 
Sql :: how to join three tables in sql using joins 
Sql :: difference between normalization and denormalization 
Sql :: sql get month and year from date 
Sql :: bigquery timestamp 
Sql :: max 3 salary in sql 
Sql :: Sequelize model datatype of enum 
Sql :: square in sql 
Sql :: inner join mysql 
Sql :: oracle drop type 
Sql :: create postgres table 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =