Skip to content

Instantly share code, notes, and snippets.

@benadaba
Last active May 8, 2016 04:22
Show Gist options
  • Save benadaba/79807c59ab63a751b438d4e04682ac41 to your computer and use it in GitHub Desktop.
Save benadaba/79807c59ab63a751b438d4e04682ac41 to your computer and use it in GitHub Desktop.
Teradata HELP and SHOW to know about data.sql
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