You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to par...@googlegroups.com
What are the benefits of doing it this way?
Message has been deleted
ParaSQL Support
unread,
Mar 11, 2015, 12:56:56 PM3/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to par...@googlegroups.com
In SQL a NULL value combined in most ways (e.g. most math operations, string concatenation, etc.) with other non-NULL values makes the entire result NULL. This is often undesirable. For example, NULL + 1 = NULL (not 1 as many would think).