Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Nulls
As an Oracle newbie I'm just creating my first db & application.
Past practice for us as an Ingres site has been to set the non reqd. fields to NOT NULL WITH DEFAULT. This ensured that fields where either 0 or blank, depending on type.
This then meant searches had no problems with null fields & you didn't have to do thinks like search for both is null & = ''.
This approach doesn't seem appropriate for Oracle as it would/did cause problems when leaving non-required fields empty on the form.
I have amended the fields to allow null but will I now have a prob. with searches as above.
I would appreciate advice on the best way of defing my tables. Also how can I execute a query to find empty fields? Received on Wed Oct 01 1997 - 00:00:00 CDT
![]() |
![]() |