Avoid Null Values

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Is there any way to avoide Null values in (like in SQL Server)?


Thank you,
Samuel
 
Samuel said:
Is there any way to avoide Null values in (like in SQL Server)?

If you explain what you mean by "avoid" it might be possible to answer your
question.

Do you not want to allow Null values in a table?

Do you want to build a query that excludes records having a Null?

Do you want to build a query that replaces Null with something else?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top