These are VFP tables and I don't want to re-export the tables from SQL
Server. I want to keep the tables as they are but make the fields not
accept nulls. Every field in every table is marked to accept nulls.
On 4/15/2015 11:54 AM, Stephen Russell wrote:
Use isnull( columnWithNull, replacementValue )
Select myFieldList, isnull(Table1.Col1, 0) as NonNullTotal
from myStuff
On Wed, Apr 15, 2015 at 1:43 PM, Jeff Johnson <[email protected]> wrote:
I have a bunch of tables created by exporting from SQL Server and they
allow nulls on each field. Is there a way to not allow nulls for an
existing table other than unchecking each field?
TIA
--
Jeff
Jeff Johnson
[email protected]
SanDC, Inc.
(623) 582-0323
SMS (602) 717-5476
Fax 623-869-0675
www.san-dc.com
www.cremationtracker.com
www.agentrelationshipmanager.com
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.