Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle last character of string

SELECT substr('My name is Bond', -1) FROM DUAL;		-- d
SELECT substr('My name is Bond', -4) FROM DUAL;		-- Bond
Comment

PREVIOUS NEXT
Code Example
Sql :: revoke a role from user microsoft sql server 
Sql :: oracle user last connection date 
Sql :: alter default column value oracle 
Sql :: revokeprivileges mysql 
Sql :: mariadb alter user host 
Sql :: how to show all users in mysql 
Sql :: stop mysql ubuntu 
Sql :: your password does not satisfy the current policy requirements 
Sql :: postgres select from last 3 months 
Sql :: mysql take number in string 
Sql :: convert epoch to date in sql server 
Sql :: bulk kill mysql processlist 
Sql :: grant permission in postgres 
Sql :: sql exclude duplicates and find even id 
Sql :: mysql get last id 
Sql :: SELECT User,Host FROM mysql.user; 
Sql :: how much every mysql database record takes from diskspace 
Sql :: sqlite show columns in table 
Sql :: sql print all names that start with a given letter 
Sql :: sql beginning of previous month 
Sql :: O SGBD MySQL utiliza um schema próprio para o armazenamento das tabelas que compõem o dicionário de dados. Marque a alternativa que indica o nome do s 
Sql :: copy all values of a column to another column in sql in same table 
Sql :: sql comment header 
Sql :: convert int to varchar sql 
Sql :: sql server list user permissions 
Sql :: connect mysql docker 
Sql :: sql server loop over query 
Sql :: sql last week 
Sql :: how to delete table sqlite 
Sql :: create sqlite database in laravel 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =