Voting

: one minus one?
(Example: nine)

The Note You're Voting On

yarnofmoo at gmail dot com
18 years ago
You can get some possibly more useful information with the query:

SELECT table_name, column_name, data_type, character_maximum_length FROM information_schema.columns WHERE table_name='tablename';

<< Back to user notes page

To Top