# | Date | Forum | Type | Thread | Post |
---|---|---|---|---|---|
4 | 04 Sep 2009 @ 02:48 PDT | Database | Reply | get the latest modified date of stored proedure | Thanks a lot !!! :) |
3 | 03 Sep 2009 @ 12:03 PDT | Database | Topic | get the latest modified date of stored proedure | Hi,could anyone tell me how can i get last modified date of the stored procedure?thanks! |
2 | 30 Jul 2009 @ 05:36 PDT | UDA | Reply | to get datatypes of all column from table | thanks!but still from column type i can know char/varchar if i want to know its length then?hey...could you please send me the link where i can get teradata manual? it would be gr8thanks |
1 | 30 Jul 2009 @ 04:49 PDT | UDA | Topic | to get datatypes of all column from table | Hi,i want to get all columnnames from a table A & its respective datatype.i could get it columnnamefrom below querysel columnname from dbc.columnswhere tablename ='A'and databasename = 'dtbs'how c... |