Hi,
If i put NULL in a varchar(255) column, do i save HDD space?
Thanks,
Ali
Quote:> Hi,
> If i put NULL in a varchar(255) column, do i save HDD space?
> Thanks,
> Ali
Gert-Jan
> Hi,
> If i put NULL in a varchar(255) column, do i save HDD space?
> Thanks,
> Ali
1. Null values: Classic null value problem (?)
Whiles using a find command in an integer field that has only integers
(finding all values < 1), it returns records that also include null
values, i.e. there are some records that are blank. They are blank
because the rest of the data in the record does not merit a value in
the the integer field. Also the null value does not mean zero either.
Zero is a valid result.
I would like to be able to search the integer field for all integers
include zero but not return the records with the null value.
Anyone know how this can be done with filemaker 4.0
Peter
--
3. inserting null values into not null column in Server 7.0
4. Oracle 8, waitpid interrupted system call
5. Determining a NULL/non NULL value
7. Sending null strings and NULL values
8. NULL value in a NOT NULL field
9. Export Null values to Excel cause left shifted values in XLS
10. how to update column with null value by a new value
11. Overwriting a Date Value with a Null Value using SQLXML
12. replace NULL values with other values