Search
 
SCRIPT & CODE EXAMPLE
 

SQL

search db for table name

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

PREVIOUS NEXT
Code Example
Sql :: get last week data in mysql 
Sql :: psql show columns of table 
Sql :: migrate sql table another database 
Sql :: calculate age in sql 
Sql :: docker run mysql image 
Sql :: alter table add column and foreign key mysql 
Sql :: FirebaseException ([cloud_firestore/permission-denied] The caller does not have permission to execute the specified operation.) 
Sql :: insert all in sql 
Sql :: sql drop database if exists 
Sql :: ORA-00903 
Sql :: Copy Table from SQL to CSV 
Sql :: postgres database sizes 
Sql :: racle create auto increment column 
Sql :: sql where keyword contains 
Sql :: trigger in postgresql to change incoming entry 
Sql :: date formats in sql server 
Sql :: postgresql search object in array 
Sql :: get date ISO in psql 
Sql :: mysql add column 
Sql :: select all tables sql 
Sql :: sql trim all spaces 
Sql :: limit sqlserver 
Sql :: select distinct 
Sql :: copying query result to excel 
Sql :: mysql add column after another 
Sql :: rename database in sql 
Sql :: define a variable in mysql from select 
Sql :: datediff 
Sql :: if else in plsql 
Sql :: create database sql 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =