Hi everyone,
Who can tell me the syntax like "NULL AS" of SQL Server query in DB2?
I want to write a query like this(SQL Server query):
SELECT ResellerKey, NULL AS CustomerKe
FROM A
UNION
SELECT NULL AS ResellerKey, CustomerKe
FROM B
How to set a null for a new column in DB2?
WHo can tell me?
Any response is appreciate.
Thanks^_^
Winnie
Who can tell me the syntax like "NULL AS" of SQL Server query in DB2?
I want to write a query like this(SQL Server query):
SELECT ResellerKey, NULL AS CustomerKe
FROM A
UNION
SELECT NULL AS ResellerKey, CustomerKe
FROM B
How to set a null for a new column in DB2?
WHo can tell me?
Any response is appreciate.
Thanks^_^
Winnie
Comment