Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mariadb get column names from table

SELECT `COLUMN_NAME` 
FROM `INFORMATION_SCHEMA`.`COLUMNS` 
WHERE `TABLE_NAME`='yourtablename';
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql import ignore errors 
Sql :: restart mysql server ubuntu 
Sql :: oracle create_program 
Sql :: postgresql print variable 
Sql :: [2021-10-05T13:43:48.961Z] error Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 
Sql :: PLS-00225 type 
Sql :: postgresql convert text to float 
Sql :: mysql concat two columns laravel eloquent 
Sql :: how to add a index to live table mysql 
Sql :: convert epoch to date in sql server 
Sql :: grant schema permissions postgres 
Sql :: import sql file laravel cmd 
Sql :: Sql query to force the database to be drop 
Sql :: sql how to replace full stop 
Sql :: oracle alter sequence nextval 
Sql :: upload database mysql command line 
Sql :: select item.* as json mysql 
Sql :: funzioni plsql 
Sql :: get all records who register today in mysql 
Sql :: create email address from first and last name in sql 
Sql :: mysql subtract month from timestamp 
Sql :: host is not allow to connect to this mysql server 
Sql :: oracle get nls settings 
Sql :: mysqldump csv 
Sql :: oracle export view ddl 
Sql :: uninstall mysql server ubuntu 
Sql :: mssql int max value 
Sql :: mysql change data type of column 
Sql :: copy one column data to another in sql 
Sql :: SQL query to convert DD/MM/YYYY to YYYY-MM-DD 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =