How To convert the below sql server query to spark_sql. especially the isnull Replace N/A. please Help
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 08:59 AM
How To convert the below query to spark sql. especially the isnull REplace
SELECT
ID,
ISNULL(NAME,"N/A") AS NAME,
COMPANY
FROM TEST
Labels:
- Labels:
-
COMPANY FROM TEST
0 REPLIES 0

