A Atheus Diamond Member Jun 7, 2005 7,313 2 0 Sep 26, 2006 #1 How do I find out what data types have been used for each column in a table? No form of 'select' that I can find gives this info. Thanks.
How do I find out what data types have been used for each column in a table? No form of 'select' that I can find gives this info. Thanks.
S statik213 Golden Member Oct 31, 2004 1,654 0 0 Sep 26, 2006 #2 if you are using mysql: show columns from <table>;
I Imdmn04 Platinum Member Jan 28, 2002 2,566 6 81 Sep 26, 2006 #6 Originally posted by: Manuwell what about SELECT * FROM tab; ? Click to expand... Do not do this, if you have a large table, you will freeze up the sql box.
Originally posted by: Manuwell what about SELECT * FROM tab; ? Click to expand... Do not do this, if you have a large table, you will freeze up the sql box.
M Manuwell Senior member Jan 19, 2006 900 0 71 Sep 26, 2006 #7 Well... my table is not that large. 4 x 6 ?