Last active
May 8, 2016 04:22
-
-
Save benadaba/79807c59ab63a751b438d4e04682ac41 to your computer and use it in GitHub Desktop.
Teradata HELP and SHOW to know about data.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HELP TABLE deptinfo; | |
SHOW TABLE deptinfo; | |
HELP TABLE skstinfo; | |
SHOW TABLE skstinfo; | |
HELP TABLE skstinfo_fix; | |
SHOW TABLE skstinfo_fix; | |
HELP TABLE skuinfo; | |
SHOW TABLE skuinfo; | |
HELP TABLE STORE_MSA; | |
SHOW TABLE STORE_MSA; | |
HELP TABLE STRINFO; | |
SHOW TABLE STRINFO; | |
HELP TABLE TRNSACT; | |
SHOW TABLE TRNSACT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment