×
×
How to concatenate table columns in SQL
How to concatenate table columns in SQL
Published Jul 12,2023 by Kailash Singh
0 Comment 1237 Views
In this post, we are going to teach you how to concatenate tabe coums in SQL.
Example:
select GROUP_CONCAT(COLUMN_NAME) from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='users';
Result:
Comments ( 0 )
Elevenstech Web Tutorials
Elevenstech Web Tutorials helps you learn coding skills and enhance your skills you want.
As part of Elevenstech's Blog, Elevenstech Web Tutorials contributes to our mission of “helping people learn coding online”.
Read More
Newsletter
Subscribe to get the latest updates from Elevenstech Web Tutorials and stay up to date
Copyright 2018 - 2024 Elevenstech Web Tutorials All rights reserved.