Determine table and column names

PHOTO EMBED

Wed Dec 20 2023 15:28:47 GMT+0000 (Coordinated Universal Time)

Saved by @darshcode #sql

select * from information_schema.columns 
where table_name='table1'and column_name like'a%'
content_copyCOPY