encore0000
MIS
I am fairly new at this I need to write a script which lists all the fields in a table. How can I do this.
thanks
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select *
from information_schema.columns
where table_name = 'yourtable'
select *
from INFORMATION_SCHEMA.TABLES