If you do a
DESC tblNAME;
you can go through row by row and check if the Default is NULL
On Tue, 30 Jan 2001, Shawn Cummings wrote:
>
>
>
> I want to query out the field names where the "Default" is NULL ... so I
> can populate an HTML page for input...
>
> SHOW FIELDS FROM tblNAME;
>
>
I want to query out the field names where the "Default" is NULL ... so I
can populate an HTML page for input...
SHOW FIELDS FROM tblNAME;
This shows the fieldnames, and the properties -- but how can I just get a
list of the fieldnames where the Default is NULL -- or how can I get this
list