Search
 
SCRIPT & CODE EXAMPLE
 

SQL

get all tables using like

SELECT * FROM INFORMATION_SCHEMA.TABLES 
WHERE TABLE_NAME LIKE '%%'
Comment

PREVIOUS NEXT
Code Example
Sql :: sql in array query 
Sql :: how to unlock table in sql server 
Sql :: mysql set password for user 
Sql :: postgresql get difference between two dates 
Sql :: how to update random rows in sql 
Sql :: postgres cast as currency format 
Sql :: sql common columns 
Sql :: pl/sql cursor 
Sql :: min salary in sql 
Sql :: change auto increment mysql 
Sql :: postgres create extension if not exists 
Sql :: enable constraint in sql 
Sql :: How to drop a foreign key constraint in mysql ? 
Sql :: error code 1451 sql 
Sql :: run postgres docker 
Sql :: Mysql Create table with foreign keys. 
Sql :: mysql replace remove html tag 
Sql :: get number of table colums in sql query 
Sql :: how to insert ip address in mysql using php 
Sql :: sql server insert into select 
Sql :: show all event schedular on mysql 
Sql :: postgres list users and roles 
Sql :: add column postgres with default value 
Sql :: check if value is equal to something sql 
Sql :: check if a column is a primary key in sql server 
Sql :: index column size too large. the maximum column size is 767 bytes. mysql 
Sql :: oracle login as sysdba 
Sql :: wherein sql 
Sql :: mysql regexp match word 
Sql :: alter table add check constraint oracle 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =