Silahkan Melihat Tutorial di website kami dengan nyaman ENJOY YOUR LIFE ☕

SQL ORACLE select column name of a table

SET LINESIZE 32000;
SET PAGESIZE 40000;
SET LONG 50000;
SELECT  column_name
FROM USER_TAB_COLUMNS
WHERE table_name = 'TABLE_NAME'
order by COLUMN_NAME




0 komentar:

Post a Comment

SQL ORACLE select column name of a table