triggers - MySQL: possible to use CONCAT with *? -


i field values in select in one comma separated text field. when know fields beforehand use :

select concat(field1, field2, field3) items 

but i'm wondering if it's possible :

select concat(*) items 

i know how use information_schema fieldnames, can't use these in select (without using prepared statements, need avoid since need inside trigger).

any ideas?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -