Hi guys and gals! Anyone know the select to get back a field size? select size(fieldname) from table? Cheers!
What so you mean by size? number of characters allowed? number of characters that there actually are? number of records held?
The command SHOW COLUMNS FROM tbl_name LIKE 'fieldname' will show you the field type, size and other attributes